aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/middleware
Commit message (Expand)AuthorAgeFilesLines
...
* Rename DummyKeyGenerator -> LegacyKeyGeneratorTrevor Turk2013-04-021-2/+2
* Allow transparent upgrading of legacy signed cookies to encrypted cookies; Au...Trevor Turk2013-03-281-8/+60
* Fix some typosVipul A M2013-03-241-1/+1
* Remove BestStandardsSupport middlewareGuillermo Iguaran2013-01-291-30/+0
* Account for ignored cookie set by turbolinksNick Reed2013-01-141-6/+6
* Add regression test to #8907Rafael Mendonça França2013-01-141-0/+31
* Restore original remote_ip algorithm.Andre Arko2013-01-021-1/+1
* Add UpgradeSignatureToEncryptionCookieStoreSantiago Pastorino2012-11-161-0/+110
* Remove duplicated get /foo/write_sessionSantiago Pastorino2012-11-161-1/+0
* Remove unused config optionSantiago Pastorino2012-11-161-1/+0
* Use derived keys everywhere, http_authentication was missing itSantiago Pastorino2012-11-031-1/+3
* Add encrypted cookie storeSantiago Pastorino2012-11-031-0/+51
* Don't use action_controller.perform_caching to enable rack-rack.Rafael Mendonça França2012-10-181-2/+12
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-142-13/+13
* Fix middleware cache tests enabling rack_cacheGuillermo Iguaran2012-10-051-0/+2
* Implement :null_session CSRF protection methodSergey Nartimov2012-09-131-0/+82
* Fixes wrong test class names.kennyj2012-08-291-1/+1
* Fix failure on middleware/exceptions_testJosé Valim2012-08-231-10/+4
* Remove app building setup/teardown for remote ip railtie testsCarlos Antonio da Silva2012-08-211-14/+0
* Failing test for #6034Piotr Sarnacki2012-04-301-0/+20
* Remove default match without specified methodJose and Yehuda2012-04-242-2/+2
* Freeze the middleware stack after it's builtJeremy Kemper2012-04-201-17/+18
* Handle files from ActionDispatch::Static with Rack::Sendfile (fixes #5225)Piotr Sarnacki2012-03-031-0/+13
* config.force_ssl should mark the session as secure.José Valim2012-01-131-0/+30
* convert railties to use AS::TestCaseAaron Patterson2012-01-056-6/+6
* don't encode an UTF-8 encoded templateXu Pan2011-12-201-1/+2
* Show detailed exceptions no longer returns true if the request is local in pr...José Valim2011-12-161-0/+1
* Improve the specs on exceptions app.José Valim2011-12-161-1/+1
* Allow a custom exceptions app to set.José Valim2011-12-161-0/+14
* Fix diagnostics page for routing errors.José Valim2011-12-151-2/+13
* Add ActiveSupport::Cache::NullStore to expose caching interface without actua...Brian Durand2011-12-121-2/+2
* 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