From 1f4c89fbde85a07cb3eba9888eb1f9f226d3a1f0 Mon Sep 17 00:00:00 2001 From: Guillermo Iguaran Date: Wed, 19 Sep 2012 17:10:32 -0500 Subject: Update changelogs to add entries about strong_parameters integration --- activerecord/CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'activerecord/CHANGELOG.md') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index b064d6f511..756a0d7196 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,5 +1,19 @@ ## Rails 4.0.0 (unreleased) ## +* `ActiveModel::ForbiddenAttributesProtection` is included by default + in Active Record models. Check the docs of `ActiveModel::ForbiddenAttributesProtection` + for more details. + + *Guillermo Iguaran* + +* Remove integration between Active Record and + `ActiveModel::MassAssignmentSecurity`, `protected_attributes` gem + should be added to use `attr_accessible`/`attr_protected`. Mass + assignment options has been removed from all the AR methods that + used it (ex. AR::Base.new, AR::Base.create, AR::Base#update_attributes, etc) + + *Guillermo Iguaran* + * Fix the return of querying with an empty hash. Fix #6971. -- cgit v1.2.3