You can set the rails env off of the environment variable RAILS_ENV
RAILS_ENV=production rake db:create db:load
should work
Matt Briggs
2010-09-11 06:59:29
You can set the rails env off of the environment variable RAILS_ENV
RAILS_ENV=production rake db:create db:load
should work