Changes
→3. Create your database tables
Once your dbs are configured in database.yml, you can have Rails create all the neccesary tables for you by running:
:rake db:migrateschema:load
:rake db:migrate schema:load RAILS_ENV=production
== 4. Set up initial Umlaut data ==