From 9d08a07c48274686f8bd21e590249bfe3865df89 Mon Sep 17 00:00:00 2001 From: Michael Koziarski Date: Thu, 26 Apr 2007 00:18:38 +0000 Subject: Improve Performance of calling create on has_many :through associations by avoiding loading the target collection. Closes #8150 [evan] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6581 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 da7572149c..e017ade603 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Improve performance of calling .create on has_many :through associations. [evan] + * Improved cloning performance by relying less on exception raising #8159 [Blaine] * Added ActiveRecord::Base.inspect to return a column-view like # [DHH] -- cgit v1.2.3