I would like to deploy my Rails 3 application. I use DreamHost.
My question is what changes should I do to my application before deploying it.
I mean should I change RAILS_ENV
to production
somewhere ?
How should I create the database on the server (I use mysql) ? via rake db:create
RAILS_ENV=production ? Should I create the development database on the server too ?
Thanks for any tips!