diff options
author | Rick Olson <technoweenie@gmail.com> | 2006-03-16 06:17:54 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2006-03-16 06:17:54 +0000 |
commit | a3502c419e621c6abac2a9e047e42a582fd80769 (patch) | |
tree | c9bf8c4843816babe39e4a276f7f6bdb38206687 /activerecord/CHANGELOG | |
parent | fd87a787101e4b58249bf953ada756b992dff5f5 (diff) | |
download | rails-a3502c419e621c6abac2a9e047e42a582fd80769.tar.gz rails-a3502c419e621c6abac2a9e047e42a582fd80769.tar.bz2 rails-a3502c419e621c6abac2a9e047e42a582fd80769.zip |
Use association's :conditions when eager loading. [jeremyevans0@gmail.com] closes #4144
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3897 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 e0803611cb..b02626f4aa 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Use association's :conditions when eager loading. [jeremyevans0@gmail.com] #4144 + * Alias the has_and_belongs_to_many join table on eager includes. #4106 [jeremyevans0@gmail.com] This statement would normally error because the projects_developers table is joined twice, and therefore joined_on would be ambiguous. |