On 7 February 2011 22:51, Hesham <[email protected]> wrote: > What would be the best way to populate a development database for a > Rails 3 app? I have looked at faker, but it seems that development has > stopped, any other options?
If you wish to do it via code you can put stuff in db/seeds.rb then run it via rake db:seed Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

