On 13 November 2014 18:44, <[email protected]> wrote: > @rails Hi, > > I'm new to rails, and my dev team wants to load all user content data (not > reference data or admin users) via migrations. Is this going to be > problematic? > > If so, how can I convince them that is a likely mistake? What would be the > alternatives?
Use rake db:seed, which runs db/seeds.rb. That is what it is for. Colin > > Thanks, > > Bob > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/rubyonrails-talk/5a065c67-52ca-4852-9c72-c77023f6009c%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLsMYv%3DKZF%3D3YBNZxFs4Sa%2BNrm0LWzfzQjEpa9eSgc%2B_Wg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

