2015-04-28 15:50:21 -04:00
# Change Log
2015-04-02 09:07:56 -04:00
2018-05-24 05:18:42 -04:00
## 2.3.0 (2018-05-24)
2018-02-03 15:30:35 -05:00
### Feature
2018-02-11 04:05:55 -05:00
- remove rails 5.2 deprecation: _Passing the environment's name as a regular argument is deprecated and will be removed in the next Rails version. Please, use the -e option instead._
2018-02-03 17:12:13 -05:00
- allow to set capistrano role to select server for remote console (#33)
- allow to set shell used on server (#31)
2018-06-09 12:15:22 -04:00
- [add rails:c alias to rails:console ](https://gitlab.com/ydkn/capistrano-rails-console/issues/36 )
2018-02-03 15:30:35 -05:00
2017-09-04 04:17:46 -04:00
## 2.2.1 (2017-09-04)
### Feature
2018-06-09 12:15:22 -04:00
- [add rails:db alias to rails:dbconsole ](https://gitlab.com/ydkn/capistrano-rails-console/merge_requests/32 )
2017-09-04 04:17:46 -04:00
2016-10-25 04:29:47 -04:00
## 2.2.0 (2016-10-25)
2016-10-25 04:28:58 -04:00
### Feature
- support for rbenv and chruby
2016-10-04 10:41:31 -04:00
## 2.1.1 (2016-10-04)
### Feature
- use password from database.yml for dbconsole
2016-09-23 15:34:24 -04:00
## 2.1.0 (2016-09-23)
2016-09-16 14:44:22 -04:00
### Feature
- add support for `rails dbconsole`
2016-09-19 16:00:32 -04:00
### Fixed
- revert unintentional change when the gem is required
2016-09-16 14:44:22 -04:00
2016-09-15 18:40:37 -04:00
## 2.0.0 (2016-09-16)
2015-11-12 17:27:52 -05:00
### Changed
2016-09-15 18:39:27 -04:00
- switched connection part to _sshkit-interactive_
2016-09-16 02:01:19 -04:00
- allow setting rails environment separately from deployment environment
2016-09-15 18:39:27 -04:00
- allow setting user to run rails console separately from ssh user
2015-11-12 17:27:52 -05:00
2015-12-06 04:48:29 -05:00
## 1.0.2 (2015-12-06)
### Fixed
- works with sshkit 1.8
2015-11-12 17:27:52 -05:00
## 1.0.1 (2015-11-12)
2015-08-08 04:57:39 -04:00
### Fixed
- setting ssh hostname through `ssh_options`
2015-11-12 17:21:00 -05:00
- use login shell
2015-08-08 04:57:39 -04:00
### Feature
- log ssh command before it is being executed
2015-08-01 09:55:48 -04:00
## 1.0.0 (2015-08-01)
2015-04-28 15:50:21 -04:00
### Fixed
- removed dependency on capistrano-rails gem setting propper rails_env
2015-05-16 17:03:08 -04:00
- setting ssh port through `ssh_options`
2015-07-28 10:15:29 -04:00
- setting ssh user through `ssh_options`
- require a minimum version of 3.1.0 for capistrano (sshkit compatibility)
2015-04-02 09:07:56 -04:00
2015-05-22 14:38:31 -04:00
### Feature
- support for ssh keys
2015-04-28 15:50:21 -04:00
## 0.5.2 (2015-04-02)
### Fixed
- removed rails binary check due to different environments in sshkit and the ssh shellout
2015-04-02 09:07:56 -04:00
2015-04-01 17:25:44 -04:00
## 0.5.1 (2015-04-01)
2015-04-28 15:50:21 -04:00
### Fixed
- missing ssh proxy options in console task