aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/base_test.rb
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2006-08-03 23:59:38 +0000
committerMarcel Molina <marcel@vernix.org>2006-08-03 23:59:38 +0000
commitd17bd6a0432dde66056e4dd417741731bcb9d323 (patch)
tree19fd6dfe4611d60c97f09e80a2bbacc5dc5ba3c9 /actionpack/test/controller/base_test.rb
parent58ebf302b206ed30568da60d7f3b124b26e9325b (diff)
downloadrails-d17bd6a0432dde66056e4dd417741731bcb9d323.tar.gz
rails-d17bd6a0432dde66056e4dd417741731bcb9d323.tar.bz2
rails-d17bd6a0432dde66056e4dd417741731bcb9d323.zip
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
Diffstat (limited to 'actionpack/test/controller/base_test.rb')
-rw-r--r--actionpack/test/controller/base_test.rb1
1 files changed, 0 insertions, 1 deletions
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