roidrage / redis-session-store

A simple session store for Rails based on Redis.
http://github.com/roidrage/redis-session-store
MIT License
366 stars 147 forks source link

Support rails 5.1 #93

Closed dmitry closed 7 years ago

dmitry commented 7 years ago

Here is the patch makes redis-session-store work on rails 5.1: https://github.com/CapCap/redis-session-store/commit/ed766bcbfeda96421c3f09b49efa7a1cd4f76677

romikoops commented 7 years ago

Up

dmitry commented 7 years ago

/cc @roidrage

nimashariatian commented 7 years ago

any updates on this? or the PR in progress? #91

jpawlyn commented 7 years ago

Happy to help if there's anything that needs doing before releasing a rails 5.1 compatible gem

Jesterovskiy commented 7 years ago

@dmitry @nimashariatian https://github.com/roidrage/redis-session-store/pull/91 is merged. In my project works fine. Do we need other changes or I can close this issue?

nimashariatian commented 7 years ago

perfect, thanks @Jesterovskiy !