All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Compatibility with Rails 7+. We no longer pass the environment to dbconsole in a deprecated way. (@glaszig)
-
Requirements for Bundler versions have been relaxed. We should work just fine on 10.0 and forward as we have done since the beginning of the project.
-
Requirements for Rake versions have been relaxed. We should work just fine on 1.17 and forward as we have done since the beginning of the project.
- cap remote:console is now ready for Rails 6. (@ifsc01)
- We no longer construct a faulty local command when the SSH username isn't set
- Ensure we shellescape the remote command to prevent issues when it contains special characters, like references to ENV variables.
- A changelog (this one)
- Support for running rake tasks remotely:
cap remote:rake task=about
- Support for running rails console remotely
- Support for running rails dbconsole remotely