aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/session/test_session_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
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-22/+22
* Revert "Update Session to utilize indiffernt access"Matthew Draper2016-02-261-7/+0
* Update Session to utilize indiffernt accessTom Prats2016-01-301-0/+7
* Updating TestSession to access with indifferenceJeremy Friesen2015-08-261-0/+10
* Adds missing argument handling for ActionController::TestSession toMatthew Gerrior2015-08-061-0/+10
* Add keys/values methods to TestSessionCarlos Antonio da Silva2013-01-251-5/+11
* remove warning: assigned but unused variableSantiago Pastorino2011-06-081-1/+0
* Remove deprecated methods since 2-3-stable.José Valim2010-05-181-12/+0
* CookieJar#delete should return the key's value, consistent with a HashJeffrey Hardy2009-10-141-2/+2
* Inherit TestSession from Session::AbstractStore and add indifferent access to...Joshua Peek2009-04-261-16/+8
* Session tests belong under dispatch folderJoshua Peek2009-04-211-0/+58