From ab4c640b96f1bf1882f78847d0357e7492b621b1 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 22 Dec 2004 23:40:44 +0000 Subject: Added scope option to validation_uniqueness #349 [Kent Sibilev] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@259 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 c85ea7b8bf..6b02d886fe 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added scope option to validation_uniqueness #349 [Kent Sibilev] + * Added allow_nil options to validates_inclusion_of so that validation is only triggered if the attribute is not nil [what-a-day] * Added work-around for PostgreSQL and the problem of getting fixtures to be created from id 1 on each test case. -- cgit v1.2.3