aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/session_store.rb
Commit message (Expand)AuthorAgeFilesLines
* Cut the fat and make session stores rely on request.cookie_jar and change set...José Valim2010-05-181-1/+1
* Fix reset_session with ActiveRecord store [#2200 state:resolved]Joshua Peek2009-05-171-1/+9
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-5/+9
|\
| * Ensure SqlBypass use ActiveRecord::Base connectionLuca Guidi2009-04-051-1/+1
| * Fixed reset_session for ActiveRecord session store [#2108 state:resolved]Joshua Peek2009-03-031-3/+7
| * Don't use weird attribute_condition methods in AR Session StoreMichael Koziarski2009-02-061-1/+1
* | Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-271-1/+1
|/
* Remove legacy reloadable? method from ActiveRecord::SessionStore [#1745 state...Cody Fauser2009-01-131-5/+0
* Switch to Rack based session stores.Joshua Peek2008-12-151-0/+319