New geordi script: migrate-all
Use the command geordi migrate to migrate your databases and to prepare them before running tests. The abbrevation geordi m works as well.
- It will run
rake db:migrateif parallel_tests does not exist in your Gemfile - Otherwise it runs
b rake db:migrateand then executesb rake parallel:prepareif parallel_tests was found in your Gemfile.