aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/session
Commit message (Expand)AuthorAgeFilesLines
* Cookies middlewareJoshua Peek2010-01-161-2/+2
* Ruby 1.9: resolve constant lookup issuesJeremy Kemper2009-11-042-2/+2
* Start rewriting some internal tests to use the new routing dslJoshua Peek2009-10-202-2/+2
* CookieJar#delete should return the key's value, consistent with a HashJeffrey Hardy2009-10-141-2/+2
* Add custom "with_routing" to internal tests to fix reseting session after usingJoshua Peek2009-10-032-2/+0
* Allow integration test rack app to be set with "@app" ivar instead of using o...Joshua Peek2009-09-262-5/+5
* Fix skipping memcache tests if a memcache server isn't runningJoshua Peek2009-09-261-0/+4
* Move default middleware stack into initializerJoshua Peek2009-09-261-3/+0
* Clean up session integration tests so they don't reference AC::DispatcherJoshua Peek2009-09-262-31/+9
* 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-272-16/+19
* Revert "Only save the session if we're actually writing to it [#2703 state:re...Joshua Peek2009-05-301-8/+0
* Only save the session if we're actually writing to it [#2703 state:resolved]Johan Sörensen2009-05-281-0/+8
* 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-262-18/+9
* Session tests belong under dispatch folderJoshua Peek2009-04-213-0/+435