From d98728e09132cfceea89436eb1a120cbe5a2219d Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Wed, 12 Dec 2007 23:55:14 +0000 Subject: Fix that validates_acceptance_of still works for non-existent tables (useful for bootstrapping new databases). Closes #10474 [hasmanyjosh] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8377 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 7dc1722fac..fcb32681de 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fix that validates_acceptance_of still works for non-existent tables (useful for bootstrapping new databases). Closes #10474 [hasmanyjosh] + * Ensure that the :uniq option for has_many :through associations retains the order. #10463 [remvee] * Base.exists? doesn't rescue exceptions to avoid hiding SQL errors. #10458 [Michael Klishin] -- cgit v1.2.3