aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2006-04-26 23:09:08 +0000
committerMarcel Molina <marcel@vernix.org>2006-04-26 23:09:08 +0000
commit43ee8ab6e2aa1efeb848885ed51f14709990cc08 (patch)
tree1cff111083576260cbdecb19c2b84eb9a3dffeed /actionpack/CHANGELOG
parent8ee378f3c46c164cf8d7559bbb6a65ce1bb786fb (diff)
downloadrails-43ee8ab6e2aa1efeb848885ed51f14709990cc08.tar.gz
rails-43ee8ab6e2aa1efeb848885ed51f14709990cc08.tar.bz2
rails-43ee8ab6e2aa1efeb848885ed51f14709990cc08.zip
Allow error_messages_for to report errors for multiple objects, as well as support for customizing the name of the object in the error summary header. Closes #4186. [andrew@redlinesoftware.com, Marcel Molina Jr.]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4287 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 225d0c0319..c4615c2cc1 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,9 @@
*SVN*
+* Allow error_messages_for to report errors for multiple objects, as well as support for customizing the name of the object in the error summary header. Closes #4186. [andrew@redlinesoftware.com, Marcel Molina Jr.]
+
+ error_messages_for :account, :user, :subscription, :object_name => :account
+
* Enhance documentation for setting headers in integration tests. Skip auto HTTP prepending when its already there. Closes #4079. [Rick Olson]
* Documentation for AbstractRequest. Closes #4895. [kevin.clark@gmail.com]