mirror of
https://gitlab.com/ydkn/capistrano-rails-console.git
synced 2023-02-13 20:54:14 -05:00
No description
c63ffc3bda
Conflicts: lib/capistrano/rails/console/tasks/remote.cap |
||
---|---|---|
lib | ||
.gitignore | ||
capistrano-rails-console.gemspec | ||
Gemfile | ||
LICENSE.txt | ||
Rakefile | ||
README.md |
Capistrano::Rails::Console
Remote rails console for capistrano
Installation
Add this line to your application's Gemfile:
gem 'capistrano', '~> 3.0.0'
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
Contributing
- Fork it
- 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 new Pull Request