You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I forked this repo to add .with_indifferent_access to the hash that the session returned. It was causing issues with some of our previously-written code, but this seemed to fix it:
@toldani Hey, thanks for letting us know. Given that Hash#with_indifferent_access isn't part of the ruby stdlib, I assume you're depending on the one that comes with ActiveSupport. This gem doesn't currently depend on ActiveSupport, and I think that adding it as a runtime dependency should be carefully considered. Altering your patch to conditionally invoke Hash#with_indifferent_access would be a reasonable compromise, imho 😸 Please open a pull request if you like!
I forked this repo to add .with_indifferent_access to the hash that the session returned. It was causing issues with some of our previously-written code, but this seemed to fix it:
https://github.com/toldani/redis-session-store
The text was updated successfully, but these errors were encountered: