请理解我是否会在Rails3中实现PStore会话(或任何其他自定义会话存储),而不是为什么。希望这会抑制响应,比如“你的小丑 - 你永远不应该使用x,使用y!”我们只是说我试图证明它可以做到的一点。但是,我似乎无法做到这一点。
我知道我至少必须定义自定义会话存储类。以下是./initializers/session_store.rb
的内容session_store.rb:
class ActionDispatch::Session::PStore
def call(h)
...no idea what should go here?
end
end
MyApp::Application.config.session_store :p_store
想法?溶液