README.markdown in capistrano-db-tasks-0.2 vs README.markdown in capistrano-db-tasks-0.2.1
- old
+ new
@@ -1,9 +1,10 @@
CapistranoDbTasks
=================
Add database AND assets tasks to capistrano to a Rails project.
+It only works with capistrano 2. Any pull requests for capistrano 3 support are welcome :)
Currently
* It only supports mysql and postgresql (both side remote and local)
* Synchronize assets remote to local and local to remote
@@ -36,9 +37,14 @@
# This directory must be in your shared directory on the server
set :assets_dir, %w(public/assets public/att)
# if you want to work on a specific local environment (default = ENV['RAILS_ENV'] || 'development')
set :locals_rails_env, "production"
+```
+
+Add to .gitignore
+```yml
+ /db/*.sql
```
Available tasks
===============