myfashionhub.wordpress.com
Safely plug a Rails app into an existing database
Traditionally there’re a few ways to set up your Rails database using rake tasks: – rake db:create db:migrate Create a new database and run migrations – rake db:schema:load Drop d…