From eb2dad2fe56b40b698d1273dd04bba1dee97d9b7 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sat, 10 Feb 2007 03:55:12 +0000 Subject: Revert [6086] and [6087] since they caused a major regression with functional tests in 1.2.2. References #7372. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6145 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/CHANGELOG | 2 -- 1 file changed, 2 deletions(-) (limited to 'actionpack/CHANGELOG') diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 0091b6d79b..718376d14c 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -25,8 +25,6 @@ superclass' view_paths. [Rick] * Added FormBuilder#submit as a delegate for FormTagHelper#submit_tag [DHH] -* TestSession supports indifferent access so session['foo'] == session[:foo] in your tests. #7372 [julik, jean.helou] - * Allow Routes to generate all urls for a set of options by specifying :generate_all => true. Allows caching to properly set or expire all paths for a resource. References #1739. [Nicholas Seckar] * Change the query parser to map empty GET params to "" rather than nil. Closes #5694. [Nicholas Seckar] -- cgit v1.2.3