aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-12-08 01:13:14 -0800
committerJosé Valim <jose.valim@gmail.com>2011-12-08 01:13:14 -0800
commitbf34a360dd9ecaf4260b310f415cb93eddcb6b34 (patch)
treed5ff35d38d9af2f6cdb00fba800da4922c7f27aa /actionpack/CHANGELOG.md
parent188b8c39da57abccb204d267f857646975680474 (diff)
parent677f968b771c837ae9bf4d9117372717e1bb6c11 (diff)
downloadrails-bf34a360dd9ecaf4260b310f415cb93eddcb6b34.tar.gz
rails-bf34a360dd9ecaf4260b310f415cb93eddcb6b34.tar.bz2
rails-bf34a360dd9ecaf4260b310f415cb93eddcb6b34.zip
Merge pull request #3900 from jfturcot/accessible_wrap_params
ParamsWrapper only wrap the accessible attributes when they were set
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 8844d6e6f6..473115dc6d 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -106,6 +106,11 @@
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.
+* 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) ##
* Allow to use asset_path on named_routes aliasing RailsHelper's