aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-10-14 02:59:32 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-10-14 02:59:32 +0000
commit01cfda7cf280b5050b4431790702d63a956190c2 (patch)
treef9ad17e3e8f6f96e51fb614ba8d1eb58babf835e /actionpack/CHANGELOG
parent16796dc35f08ce567a0c4102b126527996c3b784 (diff)
downloadrails-01cfda7cf280b5050b4431790702d63a956190c2.tar.gz
rails-01cfda7cf280b5050b4431790702d63a956190c2.tar.bz2
rails-01cfda7cf280b5050b4431790702d63a956190c2.zip
error_messages_for also takes :message and :header_message options which defaults to the old "There were problems with the following fields:" and "<count> errors prohibited this <object_name> from being saved". Closes #8270.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7870 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 8ba260dae6..97b5c03c69 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* error_messages_for also takes :message and :header_message options which defaults to the old "There were problems with the following fields:" and "<count> errors prohibited this <object_name> from being saved". #8270 [rmm5t, zach-inglis-lt3]
+
* Make sure that custom inflections are picked up by map.resources. #9815 [mislav]
* Changed SanitizeHelper#sanitize to only allow the custom attributes and tags when specified in the call [DHH]