Go to file
Florian Schwab 9fa55b0262 Merge pull request #21 from thickpaddy/fix_sshkit_dependency
Fix SSHKit NoMethodError 'environment_string'
2016-05-01 17:14:39 +02:00
lib use capistrano-interactive for connection stuff 2015-11-12 23:27:52 +01:00
.gitignore initial import 2013-11-09 15:58:59 +01:00
CHANGELOG.md Merge branch 'sshkit18_fix' 2015-12-06 10:54:03 +01:00
Gemfile initial import 2013-11-09 15:58:59 +01:00
LICENSE.txt initial import 2013-11-09 15:58:59 +01:00
README.md * add license info to README 2015-11-12 23:10:04 +01:00
Rakefile initial import 2013-11-09 15:58:59 +01:00
capistrano-rails-console.gemspec Fix SSHKit NoMethodError 'environment_string' 2016-04-19 09:19:19 +01:00

README.md

Gem Version Dependencies Code Climate

Join the chat

Capistrano::Rails::Console

Remote rails console for capistrano.

Installation

Add this line to your application's Gemfile:

gem 'capistrano-rails-console'

And then execute:

$ bundle

Or install it yourself as:

$ gem install capistrano-rails-console

Usage

Require in Capfile to use the default task:

require 'capistrano/rails/console'

This will add a task rails:console:

$ cap production rails:console

You can also start a sandbox session:

$ cap production rails:console sandbox=1

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ydkn/capistrano-rails-console.

License

The gem is available as open source under the terms of the MIT License.