aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-02-04 19:07:08 +0000
committerRick Olson <technoweenie@gmail.com>2007-02-04 19:07:08 +0000
commit7a49cb058f5a8345d55f321d6e6bd9dcac22519a (patch)
tree97d90c030af82ef46da871ff92728d8ac9faa916 /actionpack/CHANGELOG
parent0a454cd73e9644b154d72b573bc58451010f0e1a (diff)
downloadrails-7a49cb058f5a8345d55f321d6e6bd9dcac22519a.tar.gz
rails-7a49cb058f5a8345d55f321d6e6bd9dcac22519a.tar.bz2
rails-7a49cb058f5a8345d55f321d6e6bd9dcac22519a.zip
fix form_for example in ActionController::Resources documentation. Closes #7362 [gnarg], Added enhanced docs to routing assertions. Closes #7359 [Rob Sanheim], improve error message for Routing for named routes. Closes #7346 [Rob Sanheim]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6113 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG6
1 files changed, 6 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index e4e8a444e6..6481bda79c 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,11 @@
*SVN*
+* improve error message for Routing for named routes. Closes #7346 [Rob Sanheim]
+
+* Added enhanced docs to routing assertions. Closes #7359 [Rob Sanheim]
+
+* fix form_for example in ActionController::Resources documentation. Closes #7362 [gnarg]
+
* Make sure that the string returned by TextHelper#truncate is actually a string, not a char proxy -- that should only be used internally while working on a multibyte-safe way of truncating [DHH]
* Added FormBuilder#submit as a delegate for FormTagHelper#submit_tag [DHH]