Capistrano::RailsTailLog
Tail rails logs from server.
Installation
Add this line to your application's Gemfile:
gem 'capistrano-rails-tail-log'
And then execute:
$ bundle
Or install it yourself as:
$ gem install capistrano-rails-tail-log
Usage
- Add
require 'capistrano/rails_tail_log'
in your Capfile
. - Run tail task:
cap staging rails:tail_log
Contributing
- Fork it ( https://github.com/ayamomiji/capistrano-rails-tail-log/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request