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

Adding custom handling capability for session load errors #24

Closed meatballhat closed 10 years ago

meatballhat commented 10 years ago

This can happen, for example, when upgrading to a rails version that has removed classes that were previously marshalled into the session.

So we hear :smile:

meatballhat commented 10 years ago

@iancanderson @dplummer @robertosanchez @olek @cwinters please spot check once more, as I've rebased on top of the changes brought in via #16.

dplummer commented 10 years ago

Nice. :+1:

jjeb commented 10 years ago

:+1:

meatballhat commented 10 years ago

@dplummer @iancanderson @olek @robertosanchez @cwinters @jjeb @roidrage That should cover it!

meatballhat commented 10 years ago

@iancanderson @roidrage @dplummer I refuse to merge this myself :smiley_cat:

iancanderson commented 10 years ago

I'll merge after 1 more :+1:

quarklemotion commented 10 years ago

:+1: after the readme is updated

iancanderson commented 10 years ago

@meatballhat push the new gem version?

meatballhat commented 10 years ago

on it