From 7a49cb058f5a8345d55f321d6e6bd9dcac22519a Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Sun, 4 Feb 2007 19:07:08 +0000 Subject: 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 --- actionpack/CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'actionpack/CHANGELOG') 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] -- cgit v1.2.3