From 3e7a4ecc57da31c908982f933de65d33ebbfc344 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 2 Jan 2005 20:10:11 +0000 Subject: Fixed redirects when the controller and action is named the same. Still haven't fixed same controller, module, and action, though #201 [Josh] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@321 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 90db91610f..ec269757ae 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed redirects when the controller and action is named the same. Still haven't fixed same controller, module, and action, though #201 [Josh] + * Fixed problems with running multiple functional tests in Rails under 1.8.2 by including hack for test/unit weirdness * Added thread-safety to the DRbStore #66, #389 [Ben Stiglitz] -- cgit v1.2.3