From d17bd6a0432dde66056e4dd417741731bcb9d323 Mon Sep 17 00:00:00 2001 From: Marcel Molina Date: Thu, 3 Aug 2006 23:59:38 +0000 Subject: Make action caching aware of different formats for the same action so that, e.g. foo.xml is cached separately from foo.html. Implicitly set content type when reading in cached content with mime revealing extensions so the entire onous isn't on the webserver. PDI MORE CACHING TESTS [Marcel Molina Jr.] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4656 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/controller/base_test.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionpack/test/controller/base_test.rb') diff --git a/actionpack/test/controller/base_test.rb b/actionpack/test/controller/base_test.rb index 10a3e0ce35..1a4afcf521 100644 --- a/actionpack/test/controller/base_test.rb +++ b/actionpack/test/controller/base_test.rb @@ -23,7 +23,6 @@ module Submodule end end class EmptyController < ActionController::Base - include ActionController::Caching end class NonEmptyController < ActionController::Base def public_action -- cgit v1.2.3