3 May 2007, 10:59am
/dev/rails
by

3 comments

‘rake db:migrate’ on Production Server

When the time comes to deploy on a production server, the following sets up the database:

rake db:migrate RAILS_ENV=production