Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 

23 lignes
516 B

  1. # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
  2. one:
  3. title: MyString
  4. description: MyText
  5. image_url: MyString
  6. price: 9.99
  7. two:
  8. title: MyString
  9. description: MyText
  10. image_url: MyString
  11. price: 9.99
  12. ruby:
  13. title: Programming Ruby 1.9
  14. description:
  15. Ruby is the fastes growing and most exciting dynamic language out
  16. there. If you need to get working programs delivered fast, you should
  17. add Ruby to your toolbox.
  18. price: 49.50
  19. image_url: ruby.png