From cff3ecc2aef098fa1a0158f3d0fc01de37774e2d Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Sat, 8 Mar 2008 12:56:41 +0000 Subject: Allow using named routes in ActionController::TestCase before any request has been made. Closes #11273 [alloy] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8992 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 70e309489c..43fb5556f9 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Allow using named routes in ActionController::TestCase before any request has been made. Closes #11273 [alloy] + * Fixed that sweepers defined by cache_sweeper will be added regardless of the perform_caching setting. Instead, control whether the sweeper should be run with the perform_caching setting. This makes testing easier when you want to turn perform_caching on/off [DHH] * Make MimeResponds::Responder#any work without explicit types. Closes #11140 [jaw6] -- cgit v1.2.3