aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/session/cache_store_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-3/+3
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* modernizes hash syntax in actionpackXavier Noria2016-08-061-2/+2
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-45/+45
* Deprecate :controller and :action path parametersAndrew White2016-03-011-1/+3
* Revert "Update Session to utilize indiffernt access"Matthew Draper2016-02-261-29/+0
* Update Session to utilize indiffernt accessTom Prats2016-01-301-0/+29
* finish deprecating handling strings and symbolsAaron Patterson2015-08-071-1/+1
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-2/+2
* Use request.session.id instead of request.session_options[:id]Brian John2015-03-121-1/+1
* Regenerate sid when sbdy tries to fixate the sessionSantiago Pastorino2014-08-041-9/+8
* fix cache store testSteve Klabnik2012-09-301-0/+1
* 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
* Add ActionDispatch::Session::CacheStore as a generic way of storing sessions ...Brian Durand2011-10-211-0/+181