Capistrano Rails Versions Save

Official Ruby on Rails specific tasks for Capistrano

v1.6.3

10 months ago

🐛 Bug Fixes

  • Default :keep_assets to nil to eliminate cap doctor warning. (#263) @JasonPoll

📚 Documentation

  • Remove unnecessary 10-second delay in master.key upload example (#261) @gurgeous

Full Changelog: https://github.com/capistrano/rails/compare/v1.6.2...v1.6.3

v1.6.2

2 years ago

🐛 Bug Fixes

  • Update log message to use migration_command setting, if present (#254) @harimohanraj89

🏠 Housekeeping

  • Remove CHANGELOG requirement from PR template (#255) @mattbrictson

v1.6.1

3 years ago

🐛 Bug Fixes

  • Fix SystemStackError when running deploy:migrate (#247) @mattbrictson

v1.6.0

3 years ago

✨ New Features

  • Use the latest version of capistrano-bundler to fix Bundler 2.1 deprecation warnings (#244) @mattbrictson
  • Add :migration_command accessor for overriding (#242) @the-undefined

🏠 Housekeeping

  • Maintain release notes using GitHub Actions (#243) @mattbrictson

v1.5.0

4 years ago
  • Handle restore of multiple asset manifests on rollback (#226)

v1.4.0

5 years ago
  • Added option ':assets_manifests' to support custom manifest file path (#216)

v1.3.1

6 years ago

This release simply adds the MIT license to the capistrano-rails gemspec. There are no code changes. See #205.

v1.3.0

6 years ago

v1.2.3

7 years ago

v1.2.2

7 years ago
  • Restored compatibility with older versions of Rake (< 11.0.0), introduced in previous change. (@toupeira)