RailsCasts Pro episodes are now free!
Learn more or hide this
There is a newer version of this episode, see the revised episode.
staging: adapter: mysql database: store_staging user: root password: host: localhost
config.log_level = :debug
mysqladmin create store_staging -u root -p rake db:migrate RAILS_ENV=staging script/server -e staging