aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/cookies_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Changed the tests to ensure HybridSerializer actually migrates the cookies (c...Godfrey Chan2014-02-111-10/+18
* | | Fixed minor typo in test codeGodfrey Chan2014-02-111-1/+1
* | | Tests for the HybridSerializerRafael Mendonça França2014-02-111-0/+68
* | | Removed an old testGodfrey Chan2014-02-111-5/+0
* | | Just very so slightly better test coverageGodfrey Chan2014-02-111-15/+57
* | | Renamed session_serializer option to cookies_serializerGodfrey Chan2014-02-111-6/+6
* | | Modify the session serializer implementationGuillermo Iguaran2014-01-301-9/+3
* | | Allow session serializer key in config.session_storeLukasz Sarnacki2014-01-291-0/+33
| |/ |/|
* | Remove comments about removing LegacyKeyGenerator in 4.1Trevor Turk2013-04-031-1/+0
* | Merge pull request #10061 from trevorturk/dummy-key-generator-renameSantiago Pastorino2013-04-021-6/+6
|\ \
| * | Rename DummyKeyGenerator -> LegacyKeyGeneratorTrevor Turk2013-04-021-6/+6
* | | Fix permanent cookie jar accessor typoTrevor Turk2013-04-021-1/+6
|/ /
* | Allow transparent upgrading of legacy signed cookies to encrypted cookies; Au...Trevor Turk2013-03-281-2/+73
* | Skipping test for OpenSSL::PKCS5 JRubyArun Agrawal2013-03-251-0/+10
* | Introduce UpgradeLegacySignedCookieJar to transparently upgrade existing sign...Trevor Turk2013-03-241-0/+55
* | InvalidMessage is in ActiveSupport::MessageEncryptor namespaceSantiago Pastorino2013-02-191-3/+18
* | add fetch to CookieJarAaron Patterson2013-01-271-0/+30
* | Integrate Action Pack with Rack 1.5Carlos Antonio da Silva2013-01-251-10/+10
|/
* Allow users to change the default salt if they want, shouldn't be necessarySantiago Pastorino2012-11-031-1/+4
* Add cookie.encrypted which returns an EncryptedCookieJarSantiago Pastorino2012-11-031-0/+15