[Rails] define environment for rake db:seed

1,563 views
Skip to first unread message

Rob Nichols

unread,
May 19, 2010, 8:15:30 AM5/19/10
to rubyonra...@googlegroups.com
How do you define which version of the database is populated via the new
default seed process? Running this:

rake db:seed

runs the code in seed.rb in the development environment and therefore
loads the seed data into the development database.

What is the syntax to use seed to populate the production database?
--
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 rubyonra...@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-ta...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

tshim

unread,
May 19, 2010, 9:16:02 AM5/19/10
to Ruby on Rails: Talk
rake db:seed RAILS_ENV=production


On May 19, 6:15 am, Rob Nichols <li...@ruby-forum.com> wrote:
> How do you define which version of the database is populated via the new
> default seed process? Running this:
>
> rake db:seed
>
> runs the code in seed.rb in the development environment and therefore
> loads the seed data into the development database.
>
> What is the syntax to use seed to populate the production database?
> --
> Posted viahttp://www.ruby-forum.com/.

Rob Nichols

unread,
May 19, 2010, 9:35:56 AM5/19/10
to rubyonra...@googlegroups.com
tshim wrote:
> rake db:seed RAILS_ENV=production

Thank you.

--
Posted via http://www.ruby-forum.com/.
Reply all
Reply to author
Forward
0 new messages