- Add support to Rails 4
- Use the gem
railties
instead ofrails
- Escape the strings
-
Drop database before restore
-
Accept symbol in dump and restore.
dump(:staging).restore(:development, :backup)
Initial release.
railties
instead of rails
Drop database before restore
Accept symbol in dump and restore.
dump(:staging).restore(:development, :backup)
Initial release.