aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-03-17 14:12:25 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-03-17 14:12:25 +0000
commit2f944123f32ad37efc84f13de25350beb7f8fed6 (patch)
treeb0bb91ac280fe3bffc910fe7d954c232810712fd /activerecord/CHANGELOG
parent9776bfc8a0e110dce751d0e78305432a155b93cd (diff)
downloadrails-2f944123f32ad37efc84f13de25350beb7f8fed6.tar.gz
rails-2f944123f32ad37efc84f13de25350beb7f8fed6.tar.bz2
rails-2f944123f32ad37efc84f13de25350beb7f8fed6.zip
Added Base.exists?(id) that'll return true if an object of the class with the given id exists #854 [stian@grytoyr.net]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@913 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 8655d2bf6b..4f8204821c 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added Base.exists?(id) that'll return true if an object of the class with the given id exists #854 [stian@grytoyr.net]
+
* Added optionally allow for nil or empty strings with validates_numericality_of #801 [Sebastian Kanthak]
* Fixed problem with using slashes in validates_format_of regular expressions #801 [Sebastian Kanthak]