aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/session/cookie_store_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Embrace the instantiation in loving parens <3Kasper Timm Hansen2017-12-031-1/+2
* Update cookie_store_test to use encrypted cookiesMichael Coyne2017-11-271-41/+83
* Fix `test_session_store_with_expire_after` failure with rack-test 0.7.1Ryuta Kamizono2017-11-201-2/+2
* Add key rotation cookies middlewareMichael Coyne2017-09-241-0/+4
* freshen :expires option with duration support and add expiry metadata to cookiesAssain2017-08-201-2/+7
* 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
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-1/+1
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-3/+3
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* modernizes hash syntax in actionpackXavier Noria2016-08-061-10/+10
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-66/+66
* Deprecate :controller and :action path parametersAndrew White2016-03-011-1/+3
* Revert "Update Session to utilize indiffernt access"Matthew Draper2016-02-261-34/+0
* Update Session to utilize indiffernt accessTom Prats2016-01-301-0/+34
* Get rid of mocha tests - part 1Marcin Olichwirowicz2015-08-241-14/+18
* finish deprecating handling strings and symbolsAaron Patterson2015-08-071-1/+1
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-5/+5
* Use request.session.id instead of request.session_options[:id]Brian John2015-03-121-2/+2
* Consistent usage of spaces in hashes across our codebaseRafael Mendonça França2015-01-291-1/+1
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-4/+6
* Expectations firstAkira Matsuda2014-08-181-3/+3
* Remove comments about removing LegacyKeyGenerator in 4.1Trevor Turk2013-04-031-1/+0
* Rename DummyKeyGenerator -> LegacyKeyGeneratorTrevor Turk2013-04-021-2/+2
* Integrate Action Pack with Rack 1.5Carlos Antonio da Silva2013-01-251-2/+2
* Sign cookies using key deriverSantiago Pastorino2012-11-031-1/+4
* Add integration tests for reset_session in cookie storeAndreas Loupasakis2012-09-081-0/+20
* Remove default match without specified methodJose and Yehuda2012-04-241-1/+1
* Remove rescue_action from compatibility module and testsCarlos Antonio da Silva2012-01-171-2/+0
* fix deprecation warning in cookie_store_testVijay Dev2011-09-251-1/+1
* Replace references to ActiveSupport::SecureRandom with just SecureRandom, and...Jon Leighton2011-05-231-1/+1
* Fix renew feature on cookies.José Valim2011-05-041-0/+16
* cleaning up some warnings on 1.9.3Aaron Patterson2011-02-071-1/+0
* Rely on Rack::Session stores API for more compatibility across the Ruby world.José Valim2010-10-031-12/+0
* Use parentheses when using assert_match followed by a regexp to avoid warnings.Emilio Tagua2010-09-271-1/+1
* Remove deprecated stuff in ActionControllerCarlos Antonio da Silva2010-09-261-3/+3
* Only send secure cookies over SSL.W. Andrew Loe III2010-09-131-0/+17
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-051-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-4/+4
* Set session options id to nil is respected and cancels lazy loading.José Valim2010-07-181-1/+19
* porting session.clear fix to master branch. [#5030 state:resolved]Aaron Patterson2010-07-011-0/+22
* Fixed that an ArgumentError is thrown when request.session_options[:id] is re...Michael Lovitt2010-06-271-0/+26
* Avoid deserializing cookies too early, which causes session objects to not be...José Valim2010-06-241-3/+3
* Sessions should not be created until written to and session data should be de...Michael Lovitt2010-06-231-1/+10
* The previous commit didn't work with complex domains, which is now fixed.Rizwan Reza2010-06-111-5/+5
* Add support for multi-subdomain session by setting cookie host in session coo...Rizwan Reza2010-06-111-0/+29
* Cut the fat and make session stores rely on request.cookie_jar and change set...José Valim2010-05-181-1/+1
* Simplify cookie_store by simply relying on cookies.signed.José Valim2010-05-181-46/+20