aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/middleware/cookies_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Purpose Metadata For Signed And Encrypted CookiesAssain2018-08-121-5/+5
* Fix cookies/session tests broken after merging key rotation.Kasper Timm Hansen2017-09-251-33/+31
* Skip complex cookie tests for now; I'll deal with them tomorrow.Kasper Timm Hansen2017-09-241-0/+4
* Add key rotation message Encryptor and VerifierMichael Coyne2017-09-231-0/+143
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* applies new string literal convention in railties/testXavier Noria2016-08-061-10/+10
* Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-041-1/+0
* Fix some typosVipul A M2013-03-241-1/+1
* convert railties to use AS::TestCaseAaron Patterson2012-01-051-1/+1
* configuration option to always write cookielest2011-11-231-0/+47