- capistrano related code fix
- capistrano recipe bug fixes
- add capistrano integration via db:import task
- minor changes to support capistrano integration
- add support for --set-gtid-purged=OFF flag when using mysqldump with version number >= 5.6
- refactoring and general code cleanup
- merge pull request from Elia (add loader task)
- refactoring of the main structure and specs
- merge pull request from Racko (add quotes to file names)
- close issue #5 (should not require 'dbmanager.rb' in the rake file)
- import task creates the target db if necessary
- environments are now listed sorted
- raise meaningful error when database.yml contains invalid data
- move checks for protected environment from adapters to dumpable and importable modules
- major code refactoring
- allow mixed adapters in database.yml
- import process dumps to rails app tmp directory
- handle mysql2 adapter
- remove exception when dbmanager.yml is empty
- bugfixes
- allow skipping tables
- initial release