aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/session/cookie_store.rb
Commit message (Expand)AuthorAgeFilesLines
...
* fixed missing or incorrect session data error messageStefan Penner2010-01-021-1/+1
* All AD modules are "deferrable"Joshua Peek2009-12-221-4/+5
* CookieStore should not be derived from Hash - reverting [#2268 state:resolved]Jay Pignata2009-09-031-1/+1
* 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