aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/middleware/session_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Purpose Metadata For Signed And Encrypted CookiesAssain2018-08-121-5/+5
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-2/+2
* Fix cookies/session tests broken after merging key rotation.Kasper Timm Hansen2017-09-251-2/+0
* Skip complex cookie tests for now; I'll deal with them tomorrow.Kasper Timm Hansen2017-09-241-0/+2
* Add credentials using a generic EncryptedConfiguration class (#30067)David Heinemeier Hansson2017-09-111-28/+40
* 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
* AEAD encrypted cookies and sessionsMichael Coyne2017-05-221-9/+84
* Limit length of secret being passedJon Moss2016-12-201-3/+3
* Remove deprecated support to :text in renderRafael Mendonça França2016-10-101-14/+14
* improve error message when include assertions failMichael Grosser2016-09-161-1/+1
* applies new string literal convention in railties/testXavier Noria2016-08-061-67/+67
* Merge pull request #25652 from prathamesh-sonpatki/rm-boot-railsGuillermo Iguaran2016-07-081-1/+0
|\
| * Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-041-1/+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-211-0/+28
* Flexible configuration for ActionDispatch::SSLTim Rogers2015-12-291-1/+8
* 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-031-1/+0
* `secret_token` is now saved in `Rails.application.secrets.secret_token`Benjamin Fleischer2014-11-021-4/+4
* Replace config.secret_key_base with secrets.secret_key_base in testGuillermo Iguaran2013-12-121-1/+1
* Removing use of subclassed application constant and instead using thewangjohn2013-06-031-6/+6
* Allow transparent upgrading of legacy signed cookies to encrypted cookies; Au...Trevor Turk2013-03-281-8/+60
* 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
* Add encrypted cookie storeSantiago Pastorino2012-11-031-0/+51
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-1/+1
* Implement :null_session CSRF protection methodSergey Nartimov2012-09-131-0/+82
* Failing test for #6034Piotr Sarnacki2012-04-301-0/+20
* config.force_ssl should mark the session as secure.José Valim2012-01-131-0/+30