From bb92382424e64c35b484fa4680c235f14af7b7eb Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 15 Jan 2005 17:54:45 +0000 Subject: Fixed that unit tests for MySQL are now run as the "rails" user instead of root #455 [Eric Hodel] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@419 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 ba5cf01178..b338ef3037 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed that unit tests for MySQL are now run as the "rails" user instead of root #455 [Eric Hodel] + * Added validates_associated that enables validation of objects in an unsaved association #398 [Tim Bates]. Example: class Book < ActiveRecord::Base -- cgit v1.2.3