Skip to content

Latest commit

 

History

History
62 lines (36 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

62 lines (36 loc) · 1.43 KB

Changelog

0.0.16

  • Added handy task to remote edit settings file.
  • Renamed handy to settings recipes
  • Updated settings to run default editor instead of only vi

0.0.15

  • 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 via less
  • Update Handy with a new task config:settings:get to download remote stage config to local folder.

0.0.14

  • Added airbrake deploy notification task.

0.0.13

0.0.12

  • 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.

0.0.11

0.0.10

0.0.9

0.0.8

0.0.7

  • monkey patch SSHKit because capistrano wont to use blocks for execute.

0.0.6

  • Added deploy notification of the Honeybadger service.

0.0.5

  • fixed bug: Removed the custom command bin mapping for rails. Updated the rails console behavior.

0.0.4

0.0.3

0.0.2

0.0.1

First release.