aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2007-10-31 05:43:52 +0000
committerMichael Koziarski <michael@koziarski.com>2007-10-31 05:43:52 +0000
commit3c9cd19786b1e74114d933594225f2fa37407be2 (patch)
tree6718d13f9f3e7294034e74899f6567e24f5e5fad /activerecord/CHANGELOG
parente86d1decc185679ec6303f0ea5c25fdc30b57a71 (diff)
downloadrails-3c9cd19786b1e74114d933594225f2fa37407be2.tar.gz
rails-3c9cd19786b1e74114d933594225f2fa37407be2.tar.bz2
rails-3c9cd19786b1e74114d933594225f2fa37407be2.zip
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
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 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)