No commit activity in last 3 years
No release in over 3 years
Remote rails log for capistrano
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

< 4.0.0, >= 3.1.0
 Project Readme

Gem Version Dependencies Code Climate

Capistrano::Rails::Log

Remote rails logs for capistrano

Installation

Add this line to your application's Gemfile:

gem 'capistrano-rails-log'

And then execute:

$ bundle

Or install it yourself as:

$ gem install capistrano-rails-log

Usage

Require in Capfile to use the default task:

require 'capistrano/rails/log'

This will add a task rails:log:

$ cap production rails:log

You can also start a sandbox session:

$ cap production rails:log sandbox=1

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Special thanks

This gem has been totally inspired by capistrano-rails-console and this post from talkinquickly. All the merit is theirs.