aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/middleware
Commit message (Expand)AuthorAgeFilesLines
* Keep all session tests in the same fileRafael Mendonça França2016-03-212-46/+28
* Fix request.reset_session for API controllersJon Moss2016-03-191-0/+46
* remove args from assert_nothing_raised in testsTara Scherner de la Fuente2016-02-222-5/+5
* Flexible configuration for ActionDispatch::SSLTim Rogers2015-12-291-1/+8
* Make the `static_index` config part of the `config.public_server` configYuki Nishijima2015-11-161-4/+4
* Replace `serve_static_files` in tests with `public_file_server.enabled`.Kasper Timm Hansen2015-11-041-1/+1
* Tweaked wording used in some tests.Sebastian McKenzie2015-10-251-3/+3
* Add the ability of returning arbitrary headers to ActionDispatch::StaticYuki Nishijima2015-06-131-0/+17
* Merge pull request #20017 from eliotsykes/configurable-static-index-filenameRafael Mendonça França2015-05-281-0/+21
|\
| * config.static_index configures directory index "index.html" filenameEliot Sykes2015-05-281-0/+21
* | Deprecate `:nothing` option for render methodMehmet Emin İNAÇ2015-05-281-9/+9
|/
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-033-3/+0
* Merge pull request #18100 from chancancode/serve_static_filesGodfrey Chan2014-12-191-1/+1
* `secret_token` is now saved in `Rails.application.secrets.secret_token`Benjamin Fleischer2014-11-021-4/+4
* UrlGenerationError are not catched as 404 anymoreJean Boussier2014-10-271-0/+15
* Don't need to account turbolinks cookies in get request.Rafael Mendonça França2014-10-131-6/+6
* Refactor ActionDispatch::RemoteIpSam Aarons2014-08-211-1/+15
* Replace config.secret_key_base with secrets.secret_key_base in testGuillermo Iguaran2013-12-121-1/+1
* replace U+00A0 with whitespaceDmitriy Budnik2013-11-211-1/+1
* Make static error pages responsiveEtienne Lemay2013-11-111-1/+1
* Merge branch 'fix-ip-spoof-errors' of https://github.com/tamird/rails into ta...Andrew White2013-09-301-0/+10
|\
| * make sure both headers are set before checking for ip spoofingTamir Duberstein2013-06-041-0/+10
* | Calls to the application constant have been refactored to usewangjohn2013-06-101-1/+1
|/
* Removing use of subclassed application constant and instead using thewangjohn2013-06-031-6/+6
* Remove comments about removing LegacyKeyGenerator in 4.1Trevor Turk2013-04-031-1/+0
* 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