Go to file
Florian Schwab e8ca5a708b initial import 2013-11-09 15:49:28 +01:00
lib initial import 2013-11-09 15:49:28 +01:00
.gitignore initial import 2013-11-09 15:49:28 +01:00
Gemfile initial import 2013-11-09 15:49:28 +01:00
LICENSE.txt initial import 2013-11-09 15:49:28 +01:00
README.md initial import 2013-11-09 15:49:28 +01:00
Rakefile initial import 2013-11-09 15:49:28 +01:00
capistrano-rails-console.gemspec initial import 2013-11-09 15:49:28 +01:00

README.md

Capistrano::Rails::Console

TODO: Write a gem description

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

TODO: Write usage instructions here

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