提交 7bed3ab4 编写于 作者: A Arun Agrawal 提交者: Guillermo Iguaran

More fixes for action pack tests with Dalli.

上级 dd620699
require 'action_dispatch/middleware/session/abstract_store'
require 'rack/session/memcache'
require 'rack/session/dalli'
module ActionDispatch
module Session
class MemCacheStore < Rack::Session::Memcache
class MemCacheStore < Rack::Session::Dalli
include Compatibility
include StaleSessionCheck
include SessionObject
def initialize(app, options = {})
require 'memcache'
require 'dalli'
options[:expire_after] ||= options[:expires]
super
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册