aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/session
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Only save the session if we're actually writing to it [#2703 ↵Joshua Peek2009-05-301-8/+0
| | | | | | state:resolved]" This reverts commit dd98280e38d640f5724887cf8a715b79f0439d2d.
* Only save the session if we're actually writing to it [#2703 state:resolved]Johan Sörensen2009-05-281-0/+8
| | | | Signed-off-by: Joshua Peek <josh@joshpeek.com>
* 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-262-18/+9
| | | | to Session::AbstractStore.
* Session tests belong under dispatch folderJoshua Peek2009-04-213-0/+435