mirror of
https://gitlab.com/ydkn/capistrano-rails-console.git
synced 2023-02-13 20:54:14 -05:00
revert requiring the gem to work as before
This commit is contained in:
parent
468750c240
commit
4b1a0f7ba7
3 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,8 @@
|
||||||
## Unreleased
|
## Unreleased
|
||||||
### Feature
|
### Feature
|
||||||
- add support for `rails dbconsole`
|
- add support for `rails dbconsole`
|
||||||
|
### Fixed
|
||||||
|
- revert unintentional change when the gem is required
|
||||||
|
|
||||||
## 2.0.0 (2016-09-16)
|
## 2.0.0 (2016-09-16)
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -15,7 +15,7 @@ Remote rails console and dbconsole for capistrano.
|
||||||
Add this line to your application's Gemfile:
|
Add this line to your application's Gemfile:
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
gem 'capistrano-rails-console'
|
gem 'capistrano-rails-console', require: false
|
||||||
```
|
```
|
||||||
|
|
||||||
And then execute:
|
And then execute:
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
require 'capistrano/rails/console'
|
|
Loading…
Reference in a new issue