aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/session_management.rb
Commit message (Expand)AuthorAgeFilesLines
* Deprecated ActionController::Base.session_options= and ActionController::Base...Carlhuda2010-03-041-30/+0
* Move session and session_store onto ActionDispatch and add deprecation warningsCarlhuda2010-03-041-5/+0
* Fix all the broken tests due to the AC configuration refactorCarl Lerche2010-03-031-9/+13
* Work on deprecating ActionController::Base.relative_url_rootCarlhuda2010-03-031-16/+0
* Move session_store and session_options to the AC configuration objectCarlhuda2010-03-031-11/+24
* Remove a failed attempt at refactoring AC configurationCarlhuda2010-03-031-2/+0
* #include should be #extendYehuda Katz2009-10-271-1/+1
* Base setup for config object in AC.Yehuda Katz2009-10-261-12/+3
* Finish porting over the initializers to the app object and fix all the testsCarl Lerche2009-10-081-1/+1
* Rename /base to /metal and make base.rb and metal.rb top-level to reflect the...Yehuda Katz2009-08-061-0/+54