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: rtomayko/rack-cache
base: v1.7.1
Choose a base ref
...
head repository: rtomayko/rack-cache
compare: v1.7.2
Choose a head ref
  • 10 commits
  • 6 files changed
  • 4 contributors

Commits on Dec 7, 2017

  1. README: Use SVG build badge

      - [ci skip]
    olleolleolle committed Dec 7, 2017
    Copy the full SHA
    b2eee0e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #148 from olleolleolle/patch-1

    README: Use SVG build badge
    grosser committed Dec 7, 2017
    Copy the full SHA
    5027d2c View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2018

  1. Copy the full SHA
    5a3e059 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #149 from ilyutov/master

    Readme: fixed rails integration docs
    grosser committed Feb 26, 2018
    Copy the full SHA
    dd82ac5 View commit details
    Browse the repository at this point in the history
  3. bump ruby requirement

    grosser committed Feb 26, 2018
    Copy the full SHA
    12b5797 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2018

  1. Merge pull request #150 from rtomayko/grosser/19

    bump ruby requirement
    grosser committed Mar 3, 2018
    Copy the full SHA
    17eb0ee View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. Do not append '?' if request has no query string

    Rack uses `to_s` in the `query_string` method, meaning `nil` will be converted to an empty string. As a result, Rack::Cache currently appends '?' to cache keys, even if the request does not include a query string.
    randallreedjr committed May 8, 2018
    Copy the full SHA
    2982372 View commit details
    Browse the repository at this point in the history
  2. Bump gem version

    randallreedjr committed May 8, 2018
    Copy the full SHA
    6053c0a View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

  1. unbump

    grosser committed May 9, 2018
    Copy the full SHA
    ec98910 View commit details
    Browse the repository at this point in the history
  2. v1.7.2

    grosser committed May 9, 2018
    Copy the full SHA
    d12a176 View commit details
    Browse the repository at this point in the history