aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/session/mem_cache_store_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Ruby 1.9: resolve constant lookup issuesJeremy Kemper2009-11-041-1/+1
* Start rewriting some internal tests to use the new routing dslJoshua Peek2009-10-201-1/+1
* Add custom "with_routing" to internal tests to fix reseting session after usingJoshua Peek2009-10-031-1/+0
* Allow integration test rack app to be set with "@app" ivar instead of using o...Joshua Peek2009-09-261-3/+3
* Fix skipping memcache tests if a memcache server isn't runningJoshua Peek2009-09-261-0/+4
* Clean up session integration tests so they don't reference AC::DispatcherJoshua Peek2009-09-261-12/+3
* Reset session in integration tests after changing routes to reload the middle...Joshua Peek2009-08-271-8/+8
* 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
* Session tests belong under dispatch folderJoshua Peek2009-04-211-0/+127