Sha256: c935276ac2b85f254761dd906744a605e8ca86baf6b7470b82e2c04663cd1370
Contents?: true
Size: 1.84 KB
Versions: 2
Compression:
Stored size: 1.84 KB
Contents
# master * Your contribution here! # 1.1.8 (Sep 13 2016) * Handle arrays passed into `normalize_asset_timestamps` correctly (#184) # 1.1.7 (Jun 10 2016) * call `Array#uniq` in `deploy:set_linked_dirs` task to remove duplicated :linked_dirs * Add `migration_servers` configuration (#168) # 1.1.6 (Jan 19 2016) * 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) # 1.1.5 (Oct 15 2015) * Disable `deploy:cleanup_assets` by default due to undesirable behavior in Rails 3. Use `set :keep_assets, 2` to explicitly enable this feature for Rails 4. # 1.1.4 (Oct 10 2015) * Fixing bug with normalize_assets typo #138 * Cleanup assets after:updated (#136) * Fixed linked_dirs containing default value of assets_prefix (#125) # 1.1.3 (Apr 18 2015) * Fixed no_release behaviour (https://github.com/capistrano/rails/pull/95) * Allow assets manifest backup with folder "manifests" (https://github.com/capistrano/rails/pull/92) * Handle Sprocket 3 manifest filename # 1.1.2 (Sep 1 2014) * rails_env is set before deploy (https://github.com/capistrano/rails/pull/66) * with `conditionally_migrate` option enabled you can skip `db:migrate` if there were no new migrations (https://github.com/capistrano/rails/pull/71) * Allow early overriding of assets_* parameters (https://github.com/capistrano/rails/pull/73) # 1.1.1 * New `asset_roles` options: https://github.com/capistrano/rails/pull/30 * normalized task spelling: 'deploy:normalise_assets' is now 'deploy:normalize_assets' * depend on capistrano 3.1 to support multiple role arguments # 1.1.0 * set rails_env even if capistrano-rails was required partly * depend on capistrano-bundler * require bundler with capistrano-rails/all # 1.0.0 Initial release
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
bonio-capistrano-rails-1.1.8 | CHANGELOG.md |
capistrano-rails-1.1.8 | CHANGELOG.md |