aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/session_management.rb
Commit message (Expand)AuthorAgeFilesLines
* Always clear model associations from session. Closes #4795.Jeremy Kemper2006-11-131-3/+3
* Deprecation! @session and @flash will be removed after 1.2. Use the session a...Jeremy Kemper2006-08-071-2/+2
* Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ...Marcel Molina2006-04-291-6/+3
* Stopped the massive bleeding of concerns into ActionController::Base. Base no...David Heinemeier Hansson2006-02-121-14/+21
* Major components cleanup and speedup. Closes #3527.Jeremy Kemper2006-02-091-3/+5
* Correct spelling of persistent [Stefan Kaes]. Document and eliminate warning...Jeremy Kemper2005-11-231-5/+15
* Update/clean up AP documentation (rdoc)Jamis Buck2005-10-161-1/+1
* Speed improvement for session_options. #2287. [skaes@web.de]Jamis Buck2005-10-111-18/+29
* Added easy assignment of fragment cache store through use of symbols for incl...David Heinemeier Hansson2005-09-131-5/+16
* Moved session options to SessionManagementDavid Heinemeier Hansson2005-09-131-0/+20
* Add an :if option to session management, to allow programmatically enabling o...Jamis Buck2005-08-171-2/+9
* Added support for per-action session management #1763Jamis Buck2005-07-221-0/+77