This was not 100% clear to me. But in order to set up your development databases you can just do:
rake db:migrate
But in order to get the database set up for production, you do:
rake db:migrate RAILS_ENV=production
I don’t exactly remember what I did to create the database for testing.
Advertisements
Leave a Reply