环境 ruby 2.1.3 rails 4.2.1
练习使用 session , 想把 session 存储到数据库中,,但是 rake -T 没有 关于 sessions 的 可执行的任务,同样 rake db:sessions:create 也不能使用
同时如果把 session 存储在 cache 中该 如何 做
这几个应该有用
https://github.com/rails/activerecord-session_store http://api.rubyonrails.org/classes/ActionDispatch/Session/CacheStore.html https://github.com/roidrage/redis-session-store
谢谢,,非常 有帮助,