aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/session_management.rb
Commit message (Expand)AuthorAgeFilesLines
* Don't write nil values to default session options hashJoshua Peek2008-12-161-3/+9
* Switch to Rack based session stores.Joshua Peek2008-12-151-126/+48
* Use autoload instead of explicit requires for ActionControllerJoshua Peek2008-11-231-7/+0
* Added support for http_only cookies in cookie_store Added unit tests for secu...Pelle Braendgaard2008-09-171-0/+4
* Some performance goodness for inheritable attributes.Clemens Kofler2008-09-031-2/+2
* Revert "Lazy load cache and session stores"David Heinemeier Hansson2008-06-121-2/+7
* Lazy load cache and session storesPratik Naik2008-06-101-7/+2
* Added session(:on) to turn session management back on in a controller subclas...David Heinemeier Hansson2008-05-111-0/+5
* Improve documentation coverage and markupXavier Noria2008-05-021-3/+5
* Document that the cookie store is the default session store. Mention the memc...Jeremy Kemper2007-11-221-3/+3
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-4/+5
* Use extract_options instead of ad-hoc partial implementations. [norbert] Clos...Michael Koziarski2007-08-281-1/+1
* Session configuration in config/environment.rb instead of app/controllers/app...Jeremy Kemper2007-02-221-0/+3
* Introduce a cookie-based session store as the Rails default. Sessions typical...Jeremy Kemper2007-02-211-0/+1
* Add Mime::Type convenience methods to check the current mime type. [Rick]Rick Olson2007-02-151-0/+4
* rollback [5833] and [5835]Rick Olson2007-01-041-3/+3
* Allow ActionController::Base.session_store to lazily load the session class t...Rick Olson2007-01-041-3/+3
* 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