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_management.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge docrails
Pratik Naik
2009-01-18
1
-1
/
+1
*
Conditionally inject session middleware instead of using session management
Joshua Peek
2008-12-18
1
-29
/
+0
*
Don't write nil values to default session options hash
Joshua Peek
2008-12-16
1
-3
/
+9
*
Switch to Rack based session stores.
Joshua Peek
2008-12-15
1
-126
/
+48
*
Use autoload instead of explicit requires for ActionController
Joshua Peek
2008-11-23
1
-7
/
+0
*
Added support for http_only cookies in cookie_store Added unit tests for secu...
Pelle Braendgaard
2008-09-17
1
-0
/
+4
*
Some performance goodness for inheritable attributes.
Clemens Kofler
2008-09-03
1
-2
/
+2
*
Revert "Lazy load cache and session stores"
David Heinemeier Hansson
2008-06-12
1
-2
/
+7
*
Lazy load cache and session stores
Pratik Naik
2008-06-10
1
-7
/
+2
*
Added session(:on) to turn session management back on in a controller subclas...
David Heinemeier Hansson
2008-05-11
1
-0
/
+5
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
1
-3
/
+5
*
Document that the cookie store is the default session store. Mention the memc...
Jeremy Kemper
2007-11-22
1
-3
/
+3
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
1
-4
/
+5
*
Use extract_options instead of ad-hoc partial implementations. [norbert] Clos...
Michael Koziarski
2007-08-28
1
-1
/
+1
*
Session configuration in config/environment.rb instead of app/controllers/app...
Jeremy Kemper
2007-02-22
1
-0
/
+3
*
Introduce a cookie-based session store as the Rails default. Sessions typical...
Jeremy Kemper
2007-02-21
1
-0
/
+1
*
Add Mime::Type convenience methods to check the current mime type. [Rick]
Rick Olson
2007-02-15
1
-0
/
+4
*
rollback [5833] and [5835]
Rick Olson
2007-01-04
1
-3
/
+3
*
Allow ActionController::Base.session_store to lazily load the session class t...
Rick Olson
2007-01-04
1
-3
/
+3
*
Always clear model associations from session. Closes #4795.
Jeremy Kemper
2006-11-13
1
-3
/
+3
*
Deprecation! @session and @flash will be removed after 1.2. Use the session a...
Jeremy Kemper
2006-08-07
1
-2
/
+2
*
Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ...
Marcel Molina
2006-04-29
1
-6
/
+3
*
Stopped the massive bleeding of concerns into ActionController::Base. Base no...
David Heinemeier Hansson
2006-02-12
1
-14
/
+21
*
Major components cleanup and speedup. Closes #3527.
Jeremy Kemper
2006-02-09
1
-3
/
+5
*
Correct spelling of persistent [Stefan Kaes]. Document and eliminate warning...
Jeremy Kemper
2005-11-23
1
-5
/
+15
*
Update/clean up AP documentation (rdoc)
Jamis Buck
2005-10-16
1
-1
/
+1
*
Speed improvement for session_options. #2287. [skaes@web.de]
Jamis Buck
2005-10-11
1
-18
/
+29
*
Added easy assignment of fragment cache store through use of symbols for incl...
David Heinemeier Hansson
2005-09-13
1
-5
/
+16
*
Moved session options to SessionManagement
David Heinemeier Hansson
2005-09-13
1
-0
/
+20
*
Add an :if option to session management, to allow programmatically enabling o...
Jamis Buck
2005-08-17
1
-2
/
+9
*
Added support for per-action session management #1763
Jamis Buck
2005-07-22
1
-0
/
+77