|
152 | 152 | end |
153 | 153 | end |
154 | 154 |
|
155 | | -Post.find_or_create_by(title: "Ruby on Rails nivel principiante") do |post| |
| 155 | +Offer.find_or_create_by(title: "Ruby on Rails nivel principiante") do |post| |
156 | 156 | post.description = <<-EOF |
157 | 157 | Te enseño a trastear un poco sin cuidar el codigo, pero con mucho amor. |
158 | 158 | Aprenderas a ser un coder de verdad http://rubyonrails.org/ |
159 | 159 | EOF |
160 | | - post.type = "Offer" |
161 | 160 | post.category_id = 5 |
162 | 161 | post.user_id = 1 |
163 | 162 | post.tags = ["Rails", "Ruby", "programación"] |
164 | 163 | post.organization_id = 1 |
165 | 164 | end |
166 | 165 |
|
167 | | -Post.find_or_create_by(title: "Cocina low cost") do |post| |
| 166 | +Offer.find_or_create_by(title: "Cocina low cost") do |post| |
168 | 167 | post.description = <<-EOF |
169 | 168 | Si **no sabes que puedes comer** y no quieres gastar mucho dinero te enseño como hacer una sopa de plantas silvestres encontradas entre las grietas del asfalto |
170 | 169 | EOF |
171 | | - post.type = "Offer" |
172 | 170 | post.category_id = 7 |
173 | 171 | post.user_id = 1 |
174 | 172 | post.tags = ["Cocinar", "Cocina"] |
175 | 173 | post.organization_id = 1 |
176 | 174 | end |
177 | 175 |
|
178 | | -Post.find_or_create_by(title: "Yoga para principiantes") do |post| |
| 176 | +Offer.find_or_create_by(title: "Yoga para principiantes") do |post| |
179 | 177 | post.description = <<-EOF |
180 | 178 | Comparteixo les tècniques que he après i he practicat de respiració i meditació (una és inherent a l´altra, l´altra és inherent a l´una). |
181 | 179 | En cada sessió: minuts de consciencia postural, cant de mantres, *breu escalfament** (movilització de l´articulacions i la columna vertebral) i una sèrie de PRANAYAMA (respiració) / MEDITACIÓ. Sessions de 1h aprox. *CAPACITACIÓ INTERNACIONAL DE MESTRES DE KUNDALINI IOGA, NIVELL I d’acord Yogi Bhajan. per la “KRI” (KUNDALINI RESEARCH INSTITUT) |
182 | 180 | EOF |
183 | | - post.type = "Offer" |
184 | 181 | post.category_id = 5 |
185 | 182 | post.user_id = 2 |
186 | 183 | post.tags = ["Yoga", "Estiramientos", "Respiración", "Meditación"] |
187 | 184 | post.organization_id = 1 |
188 | 185 | end |
189 | 186 |
|
190 | | -Post.find_or_create_by(title: "English conversation") do |post| |
| 187 | +Offer.find_or_create_by(title: "English conversation") do |post| |
191 | 188 | post.description = <<-EOF |
192 | 189 | Our specially designed courses are for adults looking to improve their proficiency in English. Whether you want to improve your overall communication, take an English exam, or simply want to develop your spoken English skills, we have the right course for you. All successful students will receive a British Council certificate at the end of the course. |
193 | 190 | EOF |
194 | | - post.type = "Offer" |
195 | 191 | post.category_id = 5 |
196 | 192 | post.user_id = 2 |
197 | 193 | post.tags = ["Inglés", "English", "Conversación"] |
198 | 194 | post.organization_id = 1 |
199 | 195 | end |
200 | 196 |
|
201 | | -Post.find_or_create_by(title: "Te enseño a escribir con Markdown") do |post| |
| 197 | +Offer.find_or_create_by(title: "Te enseño a escribir con Markdown") do |post| |
202 | 198 | post.description = <<-EOF |
203 | 199 | An h1 header |
204 | 200 | ============ |
|
220 | 216 |
|
221 | 217 | http://www.google.com |
222 | 218 | EOF |
223 | | - post.type = "Offer" |
224 | 219 | post.category_id = 5 |
225 | 220 | post.user_id = 1 |
226 | 221 | post.tags = ["Markdown", "programación"] |
227 | 222 | post.organization_id = 1 |
228 | 223 | end |
229 | 224 |
|
230 | | -Post.find_or_create_by(title: "Pequeñas reparaciones de casa") do |post| |
| 225 | +Offer.find_or_create_by(title: "Pequeñas reparaciones de casa") do |post| |
231 | 226 | post.description = <<-EOF |
232 | 227 | Llamame y miramos que necesitas, si veo que puedo ayudarte nos ponemos a ello |
233 | 228 | EOF |
234 | | - post.type = "Offer" |
235 | 229 | post.category_id = 3 |
236 | 230 | post.user_id = 3 |
237 | 231 | post.tags = ["casa", "manitas"] |
238 | 232 | post.organization_id = 1 |
239 | 233 | end |
240 | 234 |
|
241 | | -Post.find_or_create_by(title: "Ayuda a organizarme con los tupper") do |post| |
| 235 | +Inquiry.find_or_create_by(title: "Ayuda a organizarme con los tupper") do |post| |
242 | 236 | post.description = <<-EOF |
243 | 237 | Me cuesta **organizarme con los tupper** me gustaría poder preparar los tupper de toda la semana el domingo, pero para eso necesito consejos y organización ;) |
244 | 238 | EOF |
245 | | - post.type = "Inquiry" |
246 | 239 | post.category_id = 7 |
247 | 240 | post.user_id = 1 |
248 | 241 | post.tags = ["Cocinar", "Cocina", "Tupper"] |
249 | 242 | post.organization_id = 1 |
250 | 243 | end |
251 | 244 |
|
252 | | -Post.find_or_create_by(title: "Quiero aprender a programar") do |post| |
| 245 | +Inquiry.find_or_create_by(title: "Quiero aprender a programar") do |post| |
253 | 246 | post.description = <<-EOF |
254 | 247 | Si, pues eso que me gustaría aprender a programar en Ruby on Rails, de momento solo se hacer copy & paste, me gustaría que alguien se sentara a mi lado para explicarme mejor algunas cosas |
255 | 248 | EOF |
256 | | - post.type = "Inquiry" |
257 | 249 | post.category_id = 5 |
258 | 250 | post.user_id = 1 |
259 | 251 | post.tags = ["Rails", "Ruby", "programación"] |
260 | 252 | post.organization_id = 1 |
261 | 253 | end |
262 | 254 |
|
263 | | -Post.find_or_create_by(title: "Cocina Tailandesa") do |post| |
264 | | - post.type = "Inquiry" |
| 255 | +Inquiry.find_or_create_by(title: "Cocina Tailandesa") do |post| |
265 | 256 | post.category_id = 7 |
266 | 257 | post.user_id = 1 |
267 | 258 | post.tags = ["Tailandesa", "Cocina"] |
268 | 259 | post.organization_id = 1 |
269 | 260 | end |
270 | 261 |
|
271 | | -Post.find_or_create_by(title: "Cocinar Sushi") do |post| |
| 262 | +Inquiry.find_or_create_by(title: "Cocinar Sushi") do |post| |
272 | 263 | post.description = <<-EOF |
273 | 264 | Quiero aprender a cocinar sushi del bueno.  |
274 | 265 | EOF |
275 | | - post.type = "Inquiry" |
276 | 266 | post.category_id = 7 |
277 | 267 | post.user_id = 3 |
278 | 268 | post.tags = ["Cocinar", "Cocina", "Tupper"] |
279 | 269 | post.organization_id = 1 |
280 | 270 | end |
281 | 271 |
|
282 | | -Post.find_or_create_by(title: "Aprender cocina Libanesa") do |post| |
| 272 | +Inquiry.find_or_create_by(title: "Aprender cocina Libanesa") do |post| |
283 | 273 | post.description = <<-EOF |
284 | 274 | Humus, falafel, labne, mohamara, kebap y todas estas cosas... |
285 | 275 | EOF |
286 | | - post.type = "Inquiry" |
287 | 276 | post.category_id = 7 |
288 | 277 | post.user_id = 3 |
289 | 278 | post.tags = ["Cocinar", "Cocina", "Tupper"] |
290 | 279 | post.organization_id = 1 |
291 | 280 | end |
292 | 281 |
|
293 | | -Post.find_or_create_by(title: "Conversación en Inglés") do |post| |
| 282 | +Inquiry.find_or_create_by(title: "Conversación en Inglés") do |post| |
294 | 283 | post.description = <<-EOF |
295 | 284 | Necesito aprendrender ingles urgentemente ya que en dos meses me voy a vivir a Chicago y voy a necesitar inglés fluido |
296 | 285 | EOF |
297 | | - post.type = "Inquiry" |
298 | 286 | post.category_id = 5 |
299 | 287 | post.user_id = 1 |
300 | 288 | post.tags = ["Inglés", "gramática", "Conversación"] |
301 | 289 | post.organization_id = 1 |
302 | 290 | end |
303 | 291 |
|
304 | | -Post.find_or_create_by(title: "Clases de Italiano") do |post| |
| 292 | +Inquiry.find_or_create_by(title: "Clases de Italiano") do |post| |
305 | 293 | post.description = <<-EOF |
306 | 294 | Mi farò prestare un soldino di sole |
307 | 295 | perchè regalare lo voglio a te? |
|
313 | 301 | Ogni innamorato all'innamorata |
314 | 302 | la sussurrerà, la sussurrerà? |
315 | 303 | EOF |
316 | | - post.type = "Inquiry" |
317 | 304 | post.category_id = 5 |
318 | 305 | post.user_id = 1 |
319 | 306 | post.tags = ["Italiano", "clases", "Conversación"] |
320 | 307 | post.organization_id = 1 |
321 | 308 | end |
322 | 309 |
|
323 | | -Post.find_or_create_by(title: "Alguien que me explique Markdown") do |post| |
| 310 | +Inquiry.find_or_create_by(title: "Alguien que me explique Markdown") do |post| |
324 | 311 | post.description = <<-EOF |
325 | 312 | No lo entiendo, todo el mundo publica anuncios con imagenes, negritas, cursivas y yo no se hacerlo... alguien me lo explica?? |
326 | 313 | EOF |
327 | | - post.type = "Inquiry" |
328 | 314 | post.category_id = 5 |
329 | 315 | post.user_id = 1 |
330 | 316 | post.tags = ["Markdown"] |
331 | 317 | post.organization_id = 1 |
332 | 318 | end |
333 | 319 |
|
334 | | -Post.find_or_create_by(title: "Quiero hacer Yoga") do |post| |
| 320 | +Inquiry.find_or_create_by(title: "Quiero hacer Yoga") do |post| |
335 | 321 | post.description = <<-EOF |
336 | 322 | Me gustaría abrir mis chakras y conectarme con el universo para ser uno con él. Un ser completo y superior. Vamos que quiero ser más flexible. |
337 | 323 | EOF |
338 | | - post.type = "Inquiry" |
339 | 324 | post.category_id = 5 |
340 | 325 | post.user_id = 2 |
341 | 326 | post.tags = ["Yoga", "Estiramientos", "Respiración", "flexibilidad"] |
342 | 327 | post.organization_id = 1 |
343 | 328 | end |
344 | 329 |
|
345 | | -Post.find_or_create_by(title: "Practicar Meditación transcendental") do |post| |
| 330 | +Inquiry.find_or_create_by(title: "Practicar Meditación transcendental") do |post| |
346 | 331 | post.description = <<-EOF |
347 | 332 | Busco un maestro o un gurú. Paz interior y calma como un lago lleno de peces tranquilos. |
348 | 333 | EOF |
349 | | - post.type = "Inquiry" |
350 | 334 | post.category_id = 5 |
351 | 335 | post.user_id = 2 |
352 | 336 | post.tags = ["Meditación", "Estiramientos", "Respiración", "flexibilidad"] |
353 | 337 | post.organization_id = 1 |
354 | 338 | end |
355 | 339 |
|
356 | | -Post.find_or_create_by(title: "Clases de Alemán") do |post| |
| 340 | +Inquiry.find_or_create_by(title: "Clases de Alemán") do |post| |
357 | 341 | post.description = <<-EOF |
358 | 342 | Necesito practicar un Alemán básico, ya que me voy a Berlin a trabajar, por fin, he conseguido trabajo como ingeniero, me ayudas??? |
359 | 343 | EOF |
360 | | - post.type = "Inquiry" |
361 | 344 | post.category_id = 5 |
362 | 345 | post.user_id = 1 |
363 | 346 | post.tags = ["Aleman", "Deutsche", "Conversación"] |
|
0 commit comments