Closed Jesterovskiy closed 7 years ago
@Jesterovskiy FYI I've added a PR to fix the RuboCop issues https://github.com/roidrage/redis-session-store/pull/92
@Jesterovskiy The PR to fix RuboCop issues has been merged so hopefully if you rebase against master, this PR should be green 🤞 🙇
@jpawlyn Done!
@roidrage your turn =)
awesome, can this be merged and make a new release?
I also need these changes in order to migrate a project to Rails 5.1
@jpawlyn can you check out this PR please? :)
@nimashariatian I think we probably want one of the gem owners to take a look. They can hopefully merge the PR and release a new version. If you have a moment please... @meatballhat @dplummer @iancanderson 😃
oh thanks for the update @jpawlyn !
Bump! We need a new release of redis-session-store
so we can move to Rails 5.1 please :)
yes and then we can all party? lol
seems it's not going to work, because i'm getting error:
Gem Load Error is: uninitialized constant Rack::Session::Abstract::ENV_SESSION_OPTIONS_KEY
Backtrace for gem load error is:
/lib/redis-session-store.rb:10:in `<class:RedisSessionStore>'
that's because this PR hasn't been merged yet @attenzione. you can point your gem to this PR like so:
gem 'redis-session-store', git: "https://github.com/CapCap/redis-session-store"
this PR will not fix issue with Rack::Session::Abstract::ENV_SESSION_OPTIONS_KEY
, see "Files changed".
CapCap/redis-session-store
is another fork with fix, but this PR is another
oh you're right, was looking at the wrong PR
Hey @Jesterovskiy thanks for getting this PR up and then merging it. Will a new release of them gem to Rubygems.org be coming soon?
@samcday I don't have rights to release on rubygems. @roidrage can you help with this?
@meatballhat Do I need fix RuboCop issues? Because he broken build.