index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_dispatch
/
middleware
/
session
/
mem_cache_store.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Action Pack] require => require_relative
Akira Matsuda
2017-10-21
1
-1
/
+1
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
1
-0
/
+2
*
[Action Dispatch] require => require_relative
Akira Matsuda
2017-07-01
1
-1
/
+1
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
1
-2
/
+2
*
Explained how to set session expiry through session_store config
Iain Beeston
2015-02-27
1
-0
/
+4
*
Improve error message for memcache session store when dalli isn't loaded in app
Guillermo Iguaran
2012-09-07
1
-2
/
+6
*
More fixes for action pack tests with Dalli.
Arun Agrawal
2012-09-06
1
-3
/
+3
*
Revert "Merge pull request #7452 from arunagw/memcached_dalli"
Jon Leighton
2012-08-31
1
-3
/
+3
*
More fixes for action pack tests with Dalli.
Arun Agrawal
2012-08-27
1
-3
/
+3
*
session creation methods to a module
Aaron Patterson
2012-05-04
1
-10
/
+1
*
create a request::session object in the memecache store middleware
Aaron Patterson
2012-05-04
1
-0
/
+10
*
Rely on Rack::Session stores API for more compatibility across the Ruby world.
José Valim
2010-10-03
1
-46
/
+7
*
Revert "Avoid uneeded queries in session stores if sid is not given."
José Valim
2010-07-29
1
-0
/
+1
*
Avoid uneeded queries in session stores if sid is not given.
José Valim
2010-07-18
1
-1
/
+0
*
Sessions should not be created until written to and session data should be de...
Michael Lovitt
2010-06-23
1
-0
/
+9
*
Cut the fat and make session stores rely on request.cookie_jar and change set...
José Valim
2010-05-18
1
-2
/
+2
*
Lazy require memcache for session middleware
Joshua Peek
2009-09-13
1
-40
/
+35
*
ActionPack components should no longer have undeclared dependencies.
Yehuda Katz + Carl Lerche
2009-06-08
1
-0
/
+1
*
Move HTTP libs and middleware into ActionDispatch component
Joshua Peek
2009-01-27
1
-0
/
+51