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: rack/rack-session
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.1
Choose a base ref
...
head repository: rack/rack-session
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 5 commits
  • 7 files changed
  • 3 contributors

Commits on Aug 11, 2022

  1. Require rack/session in README example

    As rack-session has been removed from rack, rack itself will not
    autoload Rack::Session.
    
    Related to discussion in #6.
    jeremyevans authored and ioquatix committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    ff84a05 View commit details
    Browse the repository at this point in the history
  2. Handle case where there is no existing cookie data

    In that case, use a blank session.
    
    This requires modifying one spec, which had decode always called,
    even if there was no cookie data.
    
    Fixes #11
    jeremyevans authored and ioquatix committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    8a4a5f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    b00e546 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Fix typo ehancement -> enhancement

    While reading the docs for `Rack::Session::Encryptor` I noticed the typo.
    parndt authored and ioquatix committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    ffff10c View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. Bump minor version.

    ioquatix committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    9cc8290 View commit details
    Browse the repository at this point in the history
Loading