Skip to content

Releases: capistrano/rails

1.6.3

04 Jul 15:56
727fa58
Compare
Choose a tag to compare

🐛 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: v1.6.2...v1.6.3

1.6.2

20 Feb 23:07
888418b
Compare
Choose a tag to compare

🐛 Bug Fixes

🏠 Housekeeping

1.6.1

12 Jul 23:25
Compare
Choose a tag to compare

🐛 Bug Fixes

1.6.0

12 Jul 17:30
Compare
Choose a tag to compare

✨ 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

1.5.0

15 May 16:09
Compare
Choose a tag to compare
  • Handle restore of multiple asset manifests on rollback (#226)

1.4.0

03 Jun 03:06
Compare
Choose a tag to compare
  • Added option ':assets_manifests' to support custom manifest file path (#216)

1.3.1

21 Nov 17:50
Compare
Choose a tag to compare

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

1.3.0

09 Jun 20:13
Compare
Choose a tag to compare
  • rails_assets_groups config option to set RAILS_GROUPS (#135)

1.2.3

04 Mar 19:49
Compare
Choose a tag to compare

1.2.2

10 Jan 16:26
Compare
Choose a tag to compare
  • Restored compatibility with older versions of Rake (< 11.0.0), introduced in previous change. (@toupeira)