aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/middleware
Commit message (Expand)AuthorAgeFilesLines
* Purpose Metadata For Signed And Encrypted CookiesAssain2018-08-122-10/+10
* Replace `assert !` with `assert_not`Daniel Colson2018-04-192-3/+3
* Remove extra whitespaceDaniel Colson2018-01-251-2/+2
* s/an/a/Akira Matsuda2017-11-041-1/+1
* Fix cookies/session tests broken after merging key rotation.Kasper Timm Hansen2017-09-252-35/+31
* Skip complex cookie tests for now; I'll deal with them tomorrow.Kasper Timm Hansen2017-09-242-0/+6
* Add key rotation message Encryptor and VerifierMichael Coyne2017-09-231-0/+143
* Add credentials using a generic EncryptedConfiguration class (#30067)David Heinemeier Hansson2017-09-112-32/+40
* Fix RuboCop offensesKoichi ITO2017-08-161-5/+5
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-147-0/+14
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-027-7/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-017-0/+7
* AEAD encrypted cookies and sessionsMichael Coyne2017-05-221-9/+84
* Do not try to encoding the parameters when the controller is not definedRafael Mendonça França2017-04-261-0/+14
* Fix the tests to test what they should be testingRafael Mendonça França2017-03-271-8/+8
* Limit length of secret being passedJon Moss2016-12-201-3/+3
* Remove deprecated support to :text in renderRafael Mendonça França2016-10-102-17/+17
* improve error message when include assertions failMichael Grosser2016-09-161-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-2/+2
* modernizes hash syntax in railtiesXavier Noria2016-08-061-1/+1
* applies new string literal convention in railties/testXavier Noria2016-08-067-110/+110
* Merge pull request #25652 from prathamesh-sonpatki/rm-boot-railsGuillermo Iguaran2016-07-085-5/+0
|\
| * Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-045-5/+0
* | Add a test case for verifying `cookie_only` is set even if user tries to set ...Prathamesh Sonpatki2016-07-071-0/+6
|/
* 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