aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2004-12-22 23:25:45 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2004-12-22 23:25:45 +0000
commitd834b65b540665db81cca51fdc828d0c91e314a6 (patch)
tree2088904083b4ee6297947a911d5ef61349f65778 /activerecord/CHANGELOG
parent2ec81dcd28ece609bf837b7869696bba0af5507b (diff)
downloadrails-d834b65b540665db81cca51fdc828d0c91e314a6.tar.gz
rails-d834b65b540665db81cca51fdc828d0c91e314a6.tar.bz2
rails-d834b65b540665db81cca51fdc828d0c91e314a6.zip
Added allow_nil options to validates_inclusion_of so that validation is only triggered if the attribute is not nil [what-a-day]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@258 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 1de73028d2..c85ea7b8bf 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* 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.
This only works for auto-incrementing primary keys called "id" for now #359 [Scott Baron]