Is there a standard gem for creating data for testing purposes for Rails 3?

I am interested in using Faker or Forgery but is there a better approach?

What is the best way to generate and use sample data?

link|improve this question

You can generate the data by this gem or by a sequence, all is good – shingara Jan 4 '11 at 14:52
feedback

1 Answer

The two I'd recommend using would be factory_girl_rails by Thoughtbot and faker. These are by far the best two for generating sample data.

link|improve this answer
Thanks. I will have a look at factory_girl_rails. – amaseuk Jan 6 '11 at 12:27
Do you use these together? FactoryGirl looks like a lot of work. – jcm Oct 21 '11 at 0:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.