From d51e7f8252269492a511a9eb41f2832646a44248 Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Wed, 25 Jul 2007 03:09:21 +0000 Subject: Ensure that has_many :through associations use a count query instead of loading the target when #size is called. Closes #8800 [lifo] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7237 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 5cb626f91a..4adcfcc4df 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +# Ensure that has_many :through associations use a count query instead of loading the target when #size is called. Closes #8800 [lifo] + * Added :unless clause to validations #8003 [monki]. Example: def using_open_id? -- cgit v1.2.3