aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/session/abstract_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
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-4/+4
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-3/+3
* Revert "Update Session to utilize indiffernt access"Matthew Draper2016-02-261-16/+0
* Update Session to utilize indiffernt accessTom Prats2016-01-301-0/+16
* implement abstract store methodsAaron Patterson2015-09-041-2/+2
* use a request object in the session middlewareAaron Patterson2015-08-221-3/+3
* Alias refute methods to assert_not and perfer assert_not on testsRafael Mendonça França2012-12-311-1/+1
* testing session store behaviorAaron Patterson2012-05-021-0/+56