- Added handy task to remote edit settings file.
- Renamed handy to settings recipes
- Updated settings to run default editor instead of only
vi
- Added new SSHKit backend called SshCommand. It adds support to run interactive commands, example like
rails console
. - Added rails rake task to create database backup and restore. You can check
rake -T
- Optimized to run rails console task via SshCommand backend
- Added a new task
rails:less_log
to show the current log file vialess
- Update Handy with a new task
config:settings:get
to download remote stage config to local folder.
- Added airbrake deploy notification task.
- Updated recipe git to update remote with new tags.
- Remove the old settings before upload a new one.
- Added files recipes to download remote files. Use
current
folder to search settings. - Use capistrano method to get revision timestamp for git tagging.
- Added support to manage https://github.com/bigbinary/handy config settings files.
- Added recipe to git tag the deployed branch
- monkey patch SSHKit because capistrano wont to use blocks for execute.
- Added deploy notification of the Honeybadger service.
- fixed bug: Removed the custom command bin mapping for rails. Updated the rails console behavior.
First release.