From cd64471bdbac70e2505cca9acb622332ebd3a5f9 Mon Sep 17 00:00:00 2001 From: Michael Koziarski Date: Sun, 7 Oct 2007 05:05:12 +0000 Subject: Fix calling .clear on a has_many :dependent=>:delete_all association. [tarmo] Closes #6904 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7767 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 c5b908b0e4..689575c2c6 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fix calling .clear on a has_many :dependent=>:delete_all association. [tarmo] + * Allow change_column to set NOT NULL in the PostgreSQL adapter [tarmo] * Fix that ActiveRecord would create attribute methods and override custom attribute getters if the method is also defined in Kernel.methods. [Rick] -- cgit v1.2.3