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_controller
/
session
/
abstract_store.rb
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Session LazyHash#inspect triggers the hash to load
Joshua Peek
2009-02-07
1
-0
/
+5
|
*
Update bundled Rack for Ruby 1.9 spec changes
Joshua Peek
2009-02-07
1
-6
/
+3
|
*
Ensure session id is set in session options hash [#1880 state:resolved]
Joshua Peek
2009-02-06
1
-16
/
+8
|
*
Restore stale session check and move after dispatch development cleanups ↵
Joshua Peek
2009-02-05
1
-3
/
+22
|
|
|
|
before the request
*
Session cookie header should always be set if :expire_after option is specified
Pratik Naik
2009-01-28
1
-2
/
+4
|
*
Fix reset_session with lazy cookie stores [#1601 state:resolved]
Matt Bauer
2008-12-20
1
-5
/
+13
|
|
|
|
Signed-off-by: Joshua Peek <josh@joshpeek.com>
*
Be sure to call super
Jeremy Kemper
2008-12-18
1
-0
/
+1
|
*
Conditionally inject session middleware instead of using session management
Joshua Peek
2008-12-18
1
-1
/
+13
|
*
Persistent session identifier support for CookieSessionStore and API compat. ↵
Lourens Naude
2008-12-18
1
-0
/
+14
|
|
|
|
|
|
with the server side stores [#1591 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com>
*
Clear empty nil values in session hash before saving
Joshua Peek
2008-12-15
1
-1
/
+3
|
*
Switch to Rack based session stores.
Joshua Peek
2008-12-15
1
-0
/
+129