aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/session/mem_cache_store.rb
Commit message (Expand)AuthorAgeFilesLines
* Explained how to set session expiry through session_store configIain Beeston2015-02-271-0/+4
* Improve error message for memcache session store when dalli isn't loaded in appGuillermo Iguaran2012-09-071-2/+6
* More fixes for action pack tests with Dalli.Arun Agrawal2012-09-061-3/+3
* Revert "Merge pull request #7452 from arunagw/memcached_dalli"Jon Leighton2012-08-311-3/+3
* More fixes for action pack tests with Dalli.Arun Agrawal2012-08-271-3/+3
* session creation methods to a moduleAaron Patterson2012-05-041-10/+1
* create a request::session object in the memecache store middlewareAaron Patterson2012-05-041-0/+10
* Rely on Rack::Session stores API for more compatibility across the Ruby world.José Valim2010-10-031-46/+7
* Revert "Avoid uneeded queries in session stores if sid is not given."José Valim2010-07-291-0/+1
* Avoid uneeded queries in session stores if sid is not given.José Valim2010-07-181-1/+0
* Sessions should not be created until written to and session data should be de...Michael Lovitt2010-06-231-0/+9
* Cut the fat and make session stores rely on request.cookie_jar and change set...José Valim2010-05-181-2/+2
* Lazy require memcache for session middlewareJoshua Peek2009-09-131-40/+35
* ActionPack components should no longer have undeclared dependencies.Yehuda Katz + Carl Lerche2009-06-081-0/+1
* Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-271-0/+51