diff options
author | Rick Olson <technoweenie@gmail.com> | 2008-03-26 15:36:17 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2008-03-26 15:36:17 +0000 |
commit | 1648208ab09277467220efc92a532994024eea78 (patch) | |
tree | e8f26e6b765abffc3250406efedc05b9b0981af3 /activerecord/CHANGELOG | |
parent | 628ffad98bcf4087ef16e899868d41bf22aa77d2 (diff) | |
download | rails-1648208ab09277467220efc92a532994024eea78.tar.gz rails-1648208ab09277467220efc92a532994024eea78.tar.bz2 rails-1648208ab09277467220efc92a532994024eea78.zip |
Fix duplicate table alias error when including an association with a has_many :through association on the same join table. Closes #7310 [cavalle]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9095 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index c10c599736..16dfaa0518 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fix duplicate table alias error when including an association with a has_many :through association on the same join table. Closes #7310 [cavalle] + * More efficient association preloading code that compacts a through_records array in a central location. Closes #11427 [danger] * Improve documentation. [Radar, Jan De Poorter, chuyeow, xaviershay, danger, miloops, Xavier Noria, Sunny Ripert] |