aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/request/session.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update Session to utilize indiffernt access"Matthew Draper2016-02-261-8/+14
* Update Session to utilize indiffernt accessTom Prats2016-01-301-14/+8
* Update session to have indifferent accessTom Prats2016-01-291-2/+2
* Fix typo in docs [ci skip]Rebecca Skinner2016-01-141-2/+2
* Space OddityAkira Matsuda2016-01-141-2/+2
* stop using deprecated Abstract::ID classAaron Patterson2015-09-041-1/+1
* stop inheriting from Rack::RequestAaron Patterson2015-09-041-1/+1
* use a request object in the session middlewareAaron Patterson2015-08-221-22/+22
* point at rack masterAaron Patterson2015-08-201-2/+2
* don't hold a reference to `env` in the options objectAaron Patterson2015-06-131-13/+11
* Add missing documentation for ActionDispatch::Request::Session [ci skip]Mehmet Emin İNAÇ2015-06-071-0/+33
* remove new line between doc and methodBruce Park2015-04-071-1/+0
* added docs for ActionDispatch::Request::Session#createBruce Park2015-04-071-1/+3
* Make ActionDispatch::Request::Session#fetch behave like Hash#fetchTrent Ogren2013-12-111-8/+8
* add the fetch method to sessionsDamien Mathieu2013-10-291-0/+12
* Integrate Action Pack with Rack 1.5Carlos Antonio da Silva2013-01-251-0/+4
* Merge pull request #7495 from steveklabnik/issue_7478Aaron Patterson2012-09-011-2/+5
|\
| * Force reloading of the session after destroyAndreas Loupasakis2012-09-011-0/+3
| * Assign a new session_id to session options hashAndreas Loupasakis2012-09-011-2/+2
* | Fix comment about Session.Steve Klabnik2012-08-311-1/+1
|/
* Added ActionDispatch::Request::Session#keys and ActionDispatch::Request::Sess...Philip Arndt2012-05-231-0/+8
* need to dup the default options so that mutations will not impact usAaron Patterson2012-05-041-1/+1
* bread AD::Request::Session to it's own file, consolidate HASH OF DOOM lookupsAaron Patterson2012-05-031-0/+166