aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/session/mem_cache_store_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix reset_session with lazy cookie stores [#1601 state:resolved]Matt Bauer2008-12-201-0/+21
* Switch to Rack based session stores.Joshua Peek2008-12-151-152/+55
* Use autoload instead of explicit requires for ActionControllerJoshua Peek2008-11-231-3/+0
* Implement increment/decrement on cache storage engines, using read/write by d...Tobias Lütke2008-04-291-3/+2
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Skip memcache tests unless it's installedJeremy Kemper2007-10-151-0/+2
* Wrap test with uses_mochaJeremy Kemper2007-10-141-2/+4
* Memcached sessions: add session data on initialization; don't silently discar...Jeremy Kemper2007-10-141-0/+178