aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/request/session_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add #dig to ActionDispatch::Request::Sessionclaudiob2018-04-041-0/+12
* Consistent behavior for session and cookies with to_h and to_hash methodIgor Kasyanchuk2018-01-311-0/+1
* 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
* Add lazy loading to #keys and #values methods in Sessioncodeforkjeff2017-04-261-0/+18
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-7/+7
* modernizes hash syntax in actionpackXavier Noria2016-08-061-1/+1
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-30/+30
* Ensure compatibility between ActionDispatch::Request::Session and RackJon Moss2016-05-041-0/+26
* Revert "Merge pull request #20851 from tomprats/indifferent-sessions"Matthew Draper2016-02-261-10/+0
* Revert "Update Session to utilize indiffernt access"Matthew Draper2016-02-261-1/+1
* Update Session to utilize indiffernt accessTom Prats2016-01-301-1/+1
* Update session to have indifferent accessTom Prats2016-01-291-0/+10
* Push `before_sending` to super classeileencodes2015-12-061-1/+1
* implement abstract store methodsAaron Patterson2015-09-041-1/+1
* use a request object in the session middlewareAaron Patterson2015-08-221-19/+21
* point at rack masterAaron Patterson2015-08-201-1/+1
* Cleaning and adding tests for SessionAttila Domokos2014-03-191-7/+34
* Make ActionDispatch::Request::Session#fetch behave like Hash#fetchTrent Ogren2013-12-111-3/+2
* session#fetch doesn't behave exactly like Hash#fetch.Damien Mathieu2013-10-301-1/+5
* add the fetch method to sessionsDamien Mathieu2013-10-291-0/+13
* Alias refute methods to assert_not and perfer assert_not on testsRafael Mendonça França2012-12-311-1/+1
* Add test for clear in ActionDispatch::Request::SessionAndreas Loupasakis2012-09-081-0/+9
* Added ActionDispatch::Request::Session#keys and ActionDispatch::Request::Sess...Philip Arndt2012-05-231-0/+16
* testing session store behaviorAaron Patterson2012-05-021-0/+48