From cdf88b7b04a1d9a928410b1c90a8f1c1bc053c89 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 19 Apr 2005 05:24:50 +0000 Subject: Fixed stray comma when using eager loading and ordering together from has_many associations #1143 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1220 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index e212942ee6..d15ed741e5 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,3 +1,8 @@ +*SVN* + +* Fixed stray comma when using eager loading and ordering together from has_many associations #1143 + + *1.10.0* (19th April, 2005) * Added eager loading of associations as a way to solve the N+1 problem more gracefully without piggy-back queries. Example: -- cgit v1.2.3