aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/session_store.rb
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| | | | | | | | Use the hash condition for find instead.
* | Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-271-1/+1
|/
* Remove legacy reloadable? method from ActiveRecord::SessionStore [#1745 ↵Cody Fauser2009-01-131-5/+0
| | | | | | state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com>
* Switch to Rack based session stores.Joshua Peek2008-12-151-0/+319