aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/middleware
Commit message (Expand)AuthorAgeFilesLines
* Split ShowExceptions responsibilities in two middlewares.José Valim2011-12-011-1/+1
* Allow rescue responses to be configured through a railtie.José Valim2011-12-011-0/+29
* fix exception page when template contains utf-8 and parameters contain utf-8lest2011-11-301-11/+30
* configuration option to always write cookielest2011-11-231-0/+47
* Test demonstrating #3053: If-Modified-Since gets swallowed up by rack-cache.Brendan Ribera2011-10-031-0/+14
* x_sendfile_header now defaults to nil and production.rb env file doesn'tSantiago Pastorino2011-08-071-1/+2
* 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