aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/session/cookie_store_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* If session_options[:id] is requested when using CookieStore, unmarshal the ↵Jay Pignata2009-09-031-2/+2
| | | | | | session to access it [#2268 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com>
* Reset session in integration tests after changing routes to reload the ↵Joshua Peek2009-08-271-8/+11
| | | | middleware stack
* Make cookie store tests pass with the new basePratik Naik2009-05-251-0/+3
|
* Inherit TestSession from Session::AbstractStore and add indifferent access ↵Joshua Peek2009-04-261-2/+1
| | | | to Session::AbstractStore.
* Session tests belong under dispatch folderJoshua Peek2009-04-211-0/+250