aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/middleware
Commit message (Expand)AuthorAgeFilesLines
* Solve the RAILS_ENV problem in the railties tests in a more generic wayJon Leighton2011-06-065-0/+20
* Replace references to ActiveSupport::SecureRandom with just SecureRandom, and...Jon Leighton2011-05-231-2/+2
* Always use ActionDispatch::ShowExceptions middleware [#6462 state:resolved]Prem Sichanugrist2011-02-251-0/+37
* Fix a routing test. Reorganize middleware tests.José Valim2010-10-024-12/+145
* 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