Skip to content

Commit

Permalink
Merge pull request #7885 from guilleiguaran/railties-changelog
Browse files Browse the repository at this point in the history
Add missing entry in CHANGELOG about config.assets.cache change
  • Loading branch information
rafaelfranca committed Oct 9, 2012
2 parents c95bdf7 + 9f3d864 commit 0e6c70e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions railties/CHANGELOG.md
@@ -1,9 +1,14 @@
## Rails 4.0.0 (unreleased) ## ## Rails 4.0.0 (unreleased) ##


* Set a different cache per environment for assets pipeline
through `config.assets.cache`.

*Guillermo Iguaran*

* `Rails.public_path` now returns a Pathname object. *Prem Sichanugrist* * `Rails.public_path` now returns a Pathname object. *Prem Sichanugrist*


* Remove highly uncommon `config.assets.manifest` option for moving the manifest path. * Remove highly uncommon `config.assets.manifest` option for moving the manifest path.
This option is now unsupported in sprockets-rails. This option is now unsupported in sprockets-rails.


*Guillermo Iguaran & Dmitry Vorotilin* *Guillermo Iguaran & Dmitry Vorotilin*


Expand All @@ -12,7 +17,7 @@


*Guillermo Iguaran* *Guillermo Iguaran*


* Remove `config.active_record.whitelist_attributes` and * Remove `config.active_record.whitelist_attributes` and
`config.active_record.mass_assignment_sanitizer` from new applications since `config.active_record.mass_assignment_sanitizer` from new applications since
MassAssignmentSecurity has been extracted from Rails. MassAssignmentSecurity has been extracted from Rails.


Expand Down

0 comments on commit 0e6c70e

Please sign in to comment.