Anyway, is there still support for fixtures loading in rails 3? If so, how?
On Fri, May 28, 2010 at 11:11 PM, Marnen Laibow-Koser <[email protected]>wrote: > Ramos wrote: > > Hello folks, > > > > Anyone knows how can we load fixtures in Rails 3. > > Up to rails 2 there was a rake goal which performed the task > > > > rake db:fixtures:load > > > > But that disapeared with Rails 3. > > > > Any hints? > > Use factories. Fixtures are crap and should be avoided. > > > > > Thanks, > > Ramos. > > Best, > -- > Marnen Laibow-Koser > http://www.marnen.org > [email protected] > -- > Posted via http://www.ruby-forum.com/. > > -- > 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]<rubyonrails-talk%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- 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.

