aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/cookies_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add test for cookie being modified by rotationMilo Winningham2019-06-221-0/+13
* Fix typo in the value of ENCRYPTED_SIGNED_COOKIE_SALT constant (#35619)Emil Shakirov2019-04-011-2/+2
* Don't override @set_cookies on CookieJar#update_cookies_from_jar'André Luis Leal Cardoso Junior2019-03-171-0/+13
* Cookie doesn't expire anymore unless a flag is set:Edouard CHIN2019-02-041-9/+2
* Remove secret_token rack env and cookie upgrade codeRafael Mendonça França2019-01-171-185/+0
* Changelog for the new purpose metadata and improved testsAssain2018-08-131-8/+4
* Purpose Metadata For Signed And Encrypted CookiesAssain2018-08-121-0/+166
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-2/+2
* Consistent behavior for session and cookies with to_h and to_hash methodIgor Kasyanchuk2018-01-311-0/+6
* Use assert_empty and assert_not_emptyDaniel Colson2018-01-251-2/+2
* Update security guide for signed cookie rotationsMichael Coyne2017-10-091-0/+19
* Test for nil, people not likely to assign it false.Kasper Timm Hansen2017-09-281-2/+2
* Fixes for use_authenticated_cookie_encryptionMichael Coyne2017-09-271-0/+18
* Use new rotation signature in cookies.Kasper Timm Hansen2017-09-241-57/+8
* Add key rotation cookies middlewareMichael Coyne2017-09-241-125/+164
* freshen :expires option with duration support and add expiry metadata to cookiesAssain2017-08-201-0/+32
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-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-86/+120
* Revert "Merge pull request #27586 from maclover7/jm-fix-27584"Rafael Mendonça França2017-01-111-9/+0
* Update `cookies` helper on all HTTP requestsJon Moss2017-01-051-0/+9
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-4/+4
* Do not clear HTTP_COOKIES header after requestJon Moss2016-12-111-0/+10
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-6/+6
* improve error message when include assertions failMichael Grosser2016-09-161-3/+3
* Start passing cipher from EncryptedCookieJar since we use it to determine key...Vipul A M2016-09-011-13/+12
* Follow up of #25602Vipul A M2016-09-011-11/+25
* Add three new rubocop rulesRafael Mendonça França2016-08-161-16/+16
* modernizes hash syntax in actionpackXavier Noria2016-08-061-15/+15
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-106/+106
* existant => existentAbhishek Jain2016-06-091-2/+2
* Push `before_sending` to super classeileencodes2015-12-061-1/+1
* Don't set a nil Set-Cookie header when there aren't any cookies. Omit the hea...Jeremy Daer2015-10-011-74/+93
* Fix bug where cookies mutated by request were not persistedeileencodes2015-09-011-0/+9
* Get rid of mocha tests - part 1Marcin Olichwirowicz2015-08-241-1/+3
* Improve error messages in cookies_testeileencodes2015-06-271-3/+3
* Merge pull request #10380 from JonRowe/test_all_domain_2_letter_tldRafael Mendonça França2015-01-021-0/+7
|\
| * add test asserting that 2 letter tlds with 3 letter domain names work when op...Jon Rowe2013-04-301-0/+7
* | Merge pull request #17792 from rockrep/masterRafael Mendonça França2014-12-041-0/+10
|\ \
| * | allow 'all' for :domain option in addition to :allrockrep2014-11-261-0/+10
* | | Remove "rescue" clause around "require 'openssl'"claudiob2014-12-031-10/+1
* | | Fix "nonexistent" typo in testsMelissa Xie2014-12-021-2/+2
* | | Use less iterations for KeyGenerator in testsPeter Suschlik2014-08-271-1/+1
* | | Expectations firstAkira Matsuda2014-08-181-1/+1
* | | Use AS::JSON for (de)serializing cookiesGodfrey Chan2014-08-171-0/+39
* | | Fixed broken reference caused by 14965baGodfrey Chan2014-08-171-2/+2
* | | Add config option for cookies digestŁukasz Strzałkowski2014-08-121-0/+50
* | | Fixed an issue with migrating legacy json cookies.Godfrey Chan2014-04-231-0/+117
* | | Re-write legacy (marshal) cookies on readGodfrey Chan2014-02-111-15/+17