From 3c9cd19786b1e74114d933594225f2fa37407be2 Mon Sep 17 00:00:00 2001 From: Michael Koziarski Date: Wed, 31 Oct 2007 05:43:52 +0000 Subject: Make fixtures work with the new test subclasses. [tarmo, Koz] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8060 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 ecea80cc5c..9624ef38ad 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Make fixtures work with the new test subclasses. [tarmo, Koz] + * Introduce finder :joins with associations. Same :include syntax but with inner rather than outer joins. #10012 [RubyRedRick] # Find users with an avatar User.find(:all, :joins => :avatar) -- cgit v1.2.3