Skip to content

Commit

Permalink
Add information to the changelog about the changes to ActionControlle…
Browse files Browse the repository at this point in the history
…r::ParamsWrapper
  • Loading branch information
Jean-Francois Turcot committed Dec 8, 2011
1 parent d552621 commit 677f968
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions actionpack/CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@
persistent between requests so if you need to manipulate the environment persistent between requests so if you need to manipulate the environment
for your test you need to do it before the cookie jar is created. for your test you need to do it before the cookie jar is created.


* ActionController::ParamsWrapper on ActiveRecord models now only wrap
attr_accessible attributes if they were set, if not, only the attributes
returned by the class method attribute_names will be wrapped. This fixes
the wrapping of nested attributes by adding them to attr_accessible.

## Rails 3.1.4 (unreleased) ## ## Rails 3.1.4 (unreleased) ##


* Allow to use asset_path on named_routes aliasing RailsHelper's * Allow to use asset_path on named_routes aliasing RailsHelper's
Expand Down

0 comments on commit 677f968

Please sign in to comment.