Right now, I have to run cap deploy and cap deploy:migrations if there are migrations to be run.
how I modify the cap deploy task to run migrations.
Just add:
after "deploy:update_code", "deploy:migrate"
to your config/deploy.rb.
config/deploy.rb