Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: roidrage/redis-session-store
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: roidrage/redis-session-store
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 15 commits
  • 5 files changed
  • 4 contributors

Commits on Mar 17, 2014

  1. 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.
    dplummer committed Mar 17, 2014
    Configuration menu
    Copy the full SHA
    a957987 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16 from crystalcommerce/custom-encoder-class

    Custom encoder class
    meatballhat committed Mar 17, 2014
    Configuration menu
    Copy the full SHA
    94f2118 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80f102e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #26 from crystalcommerce/serializer-docs

    Add docs for serializer option #25
    meatballhat committed Mar 17, 2014
    Configuration menu
    Copy the full SHA
    123d729 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    412fd2c View commit details
    Browse the repository at this point in the history
  6. Version bump since adding functionality

    Dan Buch committed Mar 17, 2014
    Configuration menu
    Copy the full SHA
    9b8ed82 View commit details
    Browse the repository at this point in the history
  7. Fast-failing when handlers are not callable

    Dan Buch committed Mar 17, 2014
    Configuration menu
    Copy the full SHA
    2a185d4 View commit details
    Browse the repository at this point in the history
  8. Changes per feedback on #24

    Dan Buch committed Mar 17, 2014
    Configuration menu
    Copy the full SHA
    14fc9cb View commit details
    Browse the repository at this point in the history
  9. Tweaks to specs after rebasing on top of #16

    Dan Buch committed Mar 17, 2014
    Configuration menu
    Copy the full SHA
    9b1eea0 View commit details
    Browse the repository at this point in the history
  10. Fix markdown error

    dplummer committed Mar 17, 2014
    Configuration menu
    Copy the full SHA
    d428e37 View commit details
    Browse the repository at this point in the history
  11. Always destroying sessions when load fails

    plus consolidation of various destroying methods
    Dan Buch committed Mar 17, 2014
    Configuration menu
    Copy the full SHA
    59b9e2f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    29d8a9b View commit details
    Browse the repository at this point in the history
  13. Merge pull request #24 from modcloth/marshal-load-handling

    Adding custom handling capability for session load errors
    Ian C. Anderson committed Mar 17, 2014
    Configuration menu
    Copy the full SHA
    f9dbb66 View commit details
    Browse the repository at this point in the history
  14. Adding notes for v0.6.0 release

    Dan Buch committed Mar 17, 2014
    Configuration menu
    Copy the full SHA
    14fce13 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #27 from modcloth/v0.6.0-prep

    Adding notes for v0.6.0 release
    Ian C. Anderson committed Mar 17, 2014
    Configuration menu
    Copy the full SHA
    d12dc9e View commit details
    Browse the repository at this point in the history
Loading