aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorErnie Miller <ernie@erniemiller.org>2013-01-11 09:42:15 -0500
committerErnie Miller <ernie@erniemiller.org>2013-01-11 10:32:36 -0500
commit18b9187b561639795279a5c9e1b6c2de8f1eab70 (patch)
treecb586345211d9965ee6410b1da1ffd43de493ea1 /activerecord/CHANGELOG.md
parent3211eb17b999523d19d7e5e4431e0f1ac25a740f (diff)
downloadrails-18b9187b561639795279a5c9e1b6c2de8f1eab70.tar.gz
rails-18b9187b561639795279a5c9e1b6c2de8f1eab70.tar.bz2
rails-18b9187b561639795279a5c9e1b6c2de8f1eab70.zip
Revert "Merge pull request #7661 from ernie/build-join-records-on-unsaved-hmt"
This reverts commit ee439895759b38431ad025f3c234831f30dadcdb. It would appear that #7661 had unintended consequences to the API. Until we can sort those out, this should not be in 3.2.x, and wait for 4.0.0.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index ec5fd2785a..9a782af58e 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,11 @@
## Rails 3.2.12 (unreleased) ##
+* Revert creation of through association models when using `collection=[]`
+ on a `has_many :through` association from an unsaved model.
+ Fix #7661, #8269.
+
+ *Ernie Miller*
+
* Fix undefined method `to_i` when calling `new` on a scope that uses an
Array; Fix FloatDomainError when setting integer column to NaN.
Fixes #8718, #8734, #8757.