From 7661c2b50aa5ab6d497d6e41cf53545136c4bd37 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Tue, 12 Sep 2006 20:57:09 +0000 Subject: Skip params with empty names, such as the &=Save query string from . Closes #2569. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5094 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionpack/CHANGELOG') diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index e4d011581e..98a7469b75 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Skip params with empty names, such as the &=Save query string from . #2569 [manfred, raphinou@yahoo.com] + * Fix assert_tag so that :content => "foo" does not match substrings, but only exact strings. Use :content => /foo/ to match substrings. #2799 [Eric Hodel] * Add descriptive messages to the exceptions thrown by cgi_methods. #6091, #6103 [Nicholas Seckar, Bob Silva] -- cgit v1.2.3