-
Notifications
You must be signed in to change notification settings - Fork 147
Comparing changes
Open a pull request
base repository: roidrage/redis-session-store
base: v0.5.0
head repository: roidrage/redis-session-store
compare: v0.6.0
- 15 commits
- 5 files changed
- 4 contributors
Commits on Mar 17, 2014
-
Add custom serializer configuration
Add new config option `:serializer` for specifying a serializer for the redis session storage. The possible values are: * `:json` - serialize cookie values with `JSON` * `:marshal` - serialize cookie values with `Marshal` * `:hybrid` - transparently migrate existing `Marshal` cookie values to `JSON` Thanks to Łukasz Sarnacki for the work on the rails cookie storage json serializer.
Configuration menu - View commit details
-
Copy full SHA for a957987 - Browse repository at this point
Copy the full SHA a957987View commit details -
Merge pull request #16 from crystalcommerce/custom-encoder-class
Custom encoder class
Configuration menu - View commit details
-
Copy full SHA for 94f2118 - Browse repository at this point
Copy the full SHA 94f2118View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80f102e - Browse repository at this point
Copy the full SHA 80f102eView commit details -
Merge pull request #26 from crystalcommerce/serializer-docs
Add docs for serializer option #25
Configuration menu - View commit details
-
Copy full SHA for 123d729 - Browse repository at this point
Copy the full SHA 123d729View commit details -
Adding custom handling capability for session load errors
Dan Buch committedMar 17, 2014 Configuration menu - View commit details
-
Copy full SHA for 412fd2c - Browse repository at this point
Copy the full SHA 412fd2cView commit details -
Version bump since adding functionality
Dan Buch committedMar 17, 2014 Configuration menu - View commit details
-
Copy full SHA for 9b8ed82 - Browse repository at this point
Copy the full SHA 9b8ed82View commit details -
Fast-failing when handlers are not callable
Dan Buch committedMar 17, 2014 Configuration menu - View commit details
-
Copy full SHA for 2a185d4 - Browse repository at this point
Copy the full SHA 2a185d4View commit details -
Dan Buch committed
Mar 17, 2014 Configuration menu - View commit details
-
Copy full SHA for 14fc9cb - Browse repository at this point
Copy the full SHA 14fc9cbView commit details -
Tweaks to specs after rebasing on top of #16
Dan Buch committedMar 17, 2014 Configuration menu - View commit details
-
Copy full SHA for 9b1eea0 - Browse repository at this point
Copy the full SHA 9b1eea0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d428e37 - Browse repository at this point
Copy the full SHA d428e37View commit details -
Always destroying sessions when load fails
plus consolidation of various destroying methods
Dan Buch committedMar 17, 2014 Configuration menu - View commit details
-
Copy full SHA for 59b9e2f - Browse repository at this point
Copy the full SHA 59b9e2fView commit details -
Updating docs for latest on_session_load_error signature
Dan Buch committedMar 17, 2014 Configuration menu - View commit details
-
Copy full SHA for 29d8a9b - Browse repository at this point
Copy the full SHA 29d8a9bView commit details -
Merge pull request #24 from modcloth/marshal-load-handling
Adding custom handling capability for session load errors
Ian C. Anderson committedMar 17, 2014 Configuration menu - View commit details
-
Copy full SHA for f9dbb66 - Browse repository at this point
Copy the full SHA f9dbb66View commit details -
Adding notes for v0.6.0 release
Dan Buch committedMar 17, 2014 Configuration menu - View commit details
-
Copy full SHA for 14fce13 - Browse repository at this point
Copy the full SHA 14fce13View commit details -
Merge pull request #27 from modcloth/v0.6.0-prep
Adding notes for v0.6.0 release
Ian C. Anderson committedMar 17, 2014 Configuration menu - View commit details
-
Copy full SHA for d12dc9e - Browse repository at this point
Copy the full SHA d12dc9eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.5.0...v0.6.0