- Diff db directory recursively
- Avoid warning while running migrations on multiple servers (#189)
- Your contribution here!
1.2.0 (Oct 25 2016)
- Diff entire db directory when determining if migrations are needed
- Handle arrays passed into
normalize_asset_timestamps
correctly (#184)
- call
Array#uniq
indeploy:set_linked_dirs
task to remove duplicated :linked_dirs - Add
migration_servers
configuration (#168)
- Add
rake assets:clobber
task from Rails (#149) - Make
assets:clean
capable with zsh (#150) - Split
deploy:migrate
to allow for finer hook-control (#148) - Fix for parsing ls output in detect_manifest_path (#133)
- Disable
deploy:cleanup_assets
by default due to undesirable behavior in Rails 3. Useset :keep_assets, 2
to explicitly enable this feature for Rails 4.
- Fixing bug with normalize_assets typo #138
- Cleanup assets after:updated (#136)
- Fixed linked_dirs containing default value of assets_prefix (#125)
- Fixed no_release behaviour (capistrano#95)
- Allow assets manifest backup with folder "manifests" (capistrano#92)
- Handle Sprocket 3 manifest filename
- rails_env is set before deploy (capistrano#66)
- with
conditionally_migrate
option enabled you can skipdb:migrate
if there were no new migrations (capistrano#71) - Allow early overriding of assets_* parameters (capistrano#73)
- New
asset_roles
options: capistrano#30 - normalized task spelling: 'deploy:normalise_assets' is now 'deploy:normalize_assets'
- depend on capistrano 3.1 to support multiple role arguments
- set rails_env even if capistrano-rails was required partly
- depend on capistrano-bundler
- require bundler with capistrano-rails/all
Initial release