aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-11-09 19:57:24 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-11-09 19:57:24 +0000
commitb318134c99dc3f0f639f6dd225bfc807b4e76460 (patch)
treebc29e9329aee0fb65b077811d30ee1150f556b58 /activerecord/CHANGELOG
parent21350d226e525a70a29076b65455193a0255a5c3 (diff)
downloadrails-b318134c99dc3f0f639f6dd225bfc807b4e76460.tar.gz
rails-b318134c99dc3f0f639f6dd225bfc807b4e76460.tar.bz2
rails-b318134c99dc3f0f639f6dd225bfc807b4e76460.zip
Kill the whiny_protected_attributes setting and kill the exception raised. Instead, just log the mass-assignment misalignment as a debug warning (closes #9966)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8120 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index c196e24ac7..061fe0f46e 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -82,7 +82,7 @@
* validates_uniqueness_of behaves well with abstract superclasses and
single-table inheritance. #3833, #9886 [Gabriel Gironda, rramdas, François Beausoleil, Josh Peek, Tarmo Tänav, pat]
-* Raise ProtectedAttributeAssignmentError in development and test environments when mass-assigning to an attr_protected attribute. #9802 [Henrik N]
+* Warn about protected attribute assigments in development and test environments when mass-assigning to an attr_protected attribute. #9802 [Henrik N]
* Speedup database date/time parsing. [Jeremy Kemper, Tarmo Tänav]