diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-04-04 18:41:43 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-04-04 18:41:43 -0300 |
commit | 989cccdc3e6f9c6dcb740b2792fcc74b19eed67e (patch) | |
tree | 0df25c312e575a0dc66a472ee32e3522cf2268e8 | |
parent | e9e53415496dac22b65298f0eb1ba60725b3ecbb (diff) | |
download | rails-989cccdc3e6f9c6dcb740b2792fcc74b19eed67e.tar.gz rails-989cccdc3e6f9c6dcb740b2792fcc74b19eed67e.tar.bz2 rails-989cccdc3e6f9c6dcb740b2792fcc74b19eed67e.zip |
Add CHANGELOG entry for #11650 [ci skip]
-rw-r--r-- | activerecord/CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index fff66f21fb..4d555bd33e 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,9 @@ +* Make possible to have an association called `records`. + + Fixes #11645. + + *prathamesh-sonpatki* + * `to_sql` on an association now matches the query that is actually executed, where it could previously have incorrectly accrued additional conditions (e.g. as a result of a previous query). CollectionProxy now always defers to the association scope's |