aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/middleware/cache_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Solve the RAILS_ENV problem in the railties tests in a more generic wayJon Leighton2011-06-061-0/+4
* Replace references to ActiveSupport::SecureRandom with just SecureRandom, and...Jon Leighton2011-05-231-2/+2
* Fix a routing test. Reorganize middleware tests.José Valim2010-10-021-12/+0
* Only add Rack::Cache to the middleware stack if config.action_controller.perf...Sparky2010-09-151-1/+15
* Add tests for Rack::CacheCarlhuda2010-09-131-0/+148