aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/session/cookie_store_test.rb
Commit message (Expand)AuthorAgeFilesLines
* If session_options[:id] is requested when using CookieStore, unmarshal the se...Jay Pignata2009-09-031-2/+2
* Reset session in integration tests after changing routes to reload the middle...Joshua Peek2009-08-271-8/+11
* Make cookie store tests pass with the new basePratik Naik2009-05-251-0/+3
* Inherit TestSession from Session::AbstractStore and add indifferent access to...Joshua Peek2009-04-261-2/+1
* Session tests belong under dispatch folderJoshua Peek2009-04-211-0/+250