aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/session/cookie_store.rb
Commit message (Expand)AuthorAgeFilesLines
...
* If session_options[:id] is requested when using CookieStore, unmarshal the se...Jay Pignata2009-09-031-3/+14
* Require necessary active_support files in cookie storeCarl Lerche2009-08-261-0/+2
* Inherit TestSession from Session::AbstractStore and add indifferent access to...Joshua Peek2009-04-261-3/+4
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-8/+5
* Merge commit 'rails/3-0-unstable'Yehuda Katz2009-01-301-2/+4
* Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-271-0/+222