Capistrano DB Pull
Replace your local development database with a database pulled from the server.
Getting Started
- Add
gem capistrano-db-pullto the :development group in your Gemfile - Add
require 'capistrano/db/pullto your Capfile
How To Use
- Run
cap <STAGE> db:pull, e.g.cap production db:pullto pull your production database