aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-10-17 11:15:58 -0700
committerJosé Valim <jose.valim@gmail.com>2011-10-17 11:15:58 -0700
commit7511f9794df8f803f28306d378f9fefc28165886 (patch)
tree0bcf93f28dd9dd0d4a14d06978e1bcaa008a1fac /activerecord/CHANGELOG
parent59d6df5c695bba671e5e670520f8c5afa5ad193e (diff)
parent8510a0bb5a8a65e4bc067ee5a7d98aae965b47a5 (diff)
downloadrails-7511f9794df8f803f28306d378f9fefc28165886.tar.gz
rails-7511f9794df8f803f28306d378f9fefc28165886.tar.bz2
rails-7511f9794df8f803f28306d378f9fefc28165886.zip
Merge pull request #3340 from surfacedamage/exclude_destroy_in_all_blank_check
Exclude _destroy parameter in :all_blank check (issue #2937)
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 0f6a31d679..46076dac61 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -29,6 +29,11 @@
[Andrés Mejía]
+* Fix nested attributes bug where _destroy parameter is taken into account
+ during :reject_if => :all_blank (fixes #2937)
+
+ [Aaron Christy]
+
*Rails 3.1.1 (October 7, 2011)*
* Add deprecation for the preload_associations method. Fixes #3022.