diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2006-10-09 01:52:24 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2006-10-09 01:52:24 +0000 |
commit | 55aab5b8acb72967228dc38f6432e0f126a94d77 (patch) | |
tree | 6e0e028919bf4ad819d9c5d48f5b664704a282d3 /activerecord/CHANGELOG | |
parent | 9fd88d793998ea3a15a916ce7175f1bb2cd264fe (diff) | |
download | rails-55aab5b8acb72967228dc38f6432e0f126a94d77.tar.gz rails-55aab5b8acb72967228dc38f6432e0f126a94d77.tar.bz2 rails-55aab5b8acb72967228dc38f6432e0f126a94d77.zip |
Added update_attributes! which uses save! to raise an exception if a validation error prevents saving (closes #6192) [jonathan]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5256 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 75cc342f90..6ebfc9e8a4 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added update_attributes! which uses save! to raise an exception if a validation error prevents saving #6192 [jonathan] + * Deprecated add_on_boundary_breaking (use validates_length_of instead) #6292 [BobSilva] * The has_many create method works with polymorphic associations. #6361 [Dan Peterson] |