index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_dispatch
/
request
/
session.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
stop using deprecated Abstract::ID class
Aaron Patterson
2015-09-04
1
-1
/
+1
*
stop inheriting from Rack::Request
Aaron Patterson
2015-09-04
1
-1
/
+1
*
use a request object in the session middleware
Aaron Patterson
2015-08-22
1
-22
/
+22
*
point at rack master
Aaron Patterson
2015-08-20
1
-2
/
+2
*
don't hold a reference to `env` in the options object
Aaron Patterson
2015-06-13
1
-13
/
+11
*
Add missing documentation for ActionDispatch::Request::Session [ci skip]
Mehmet Emin İNAÇ
2015-06-07
1
-0
/
+33
*
remove new line between doc and method
Bruce Park
2015-04-07
1
-1
/
+0
*
added docs for ActionDispatch::Request::Session#create
Bruce Park
2015-04-07
1
-1
/
+3
*
Make ActionDispatch::Request::Session#fetch behave like Hash#fetch
Trent Ogren
2013-12-11
1
-8
/
+8
*
add the fetch method to sessions
Damien Mathieu
2013-10-29
1
-0
/
+12
*
Integrate Action Pack with Rack 1.5
Carlos Antonio da Silva
2013-01-25
1
-0
/
+4
*
Merge pull request #7495 from steveklabnik/issue_7478
Aaron Patterson
2012-09-01
1
-2
/
+5
|
\
|
*
Force reloading of the session after destroy
Andreas Loupasakis
2012-09-01
1
-0
/
+3
|
*
Assign a new session_id to session options hash
Andreas Loupasakis
2012-09-01
1
-2
/
+2
*
|
Fix comment about Session.
Steve Klabnik
2012-08-31
1
-1
/
+1
|
/
*
Added ActionDispatch::Request::Session#keys and ActionDispatch::Request::Sess...
Philip Arndt
2012-05-23
1
-0
/
+8
*
need to dup the default options so that mutations will not impact us
Aaron Patterson
2012-05-04
1
-1
/
+1
*
bread AD::Request::Session to it's own file, consolidate HASH OF DOOM lookups
Aaron Patterson
2012-05-03
1
-0
/
+166