aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2006-03-16 06:17:54 +0000
committerRick Olson <technoweenie@gmail.com>2006-03-16 06:17:54 +0000
commita3502c419e621c6abac2a9e047e42a582fd80769 (patch)
treec9bf8c4843816babe39e4a276f7f6bdb38206687 /activerecord/CHANGELOG
parentfd87a787101e4b58249bf953ada756b992dff5f5 (diff)
downloadrails-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/CHANGELOG2
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.