Thanks to visit codestin.com
Credit goes to github.com

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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.1
Choose a base ref
...
head repository: rack/rack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.2
Choose a head ref
  • 8 commits
  • 23 files changed
  • 3 contributors

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    aa86b89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19225ca View commit details
    Browse the repository at this point in the history
  3. Fix some typos (#1991)

    jdufresne authored and ioquatix committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    3aa10e6 View commit details
    Browse the repository at this point in the history
  4. Trim trailing white space throughout the project (#1990)

    Many editors clean up trailing white space on save. By removing it all
    in one go, it helps keep future diffs cleaner and eases new
    contributions by avoiding spurious white space changes on unrelated
    lines.
    jdufresne authored and ioquatix committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    59c29a4 View commit details
    Browse the repository at this point in the history
  5. Fix Utils.build_nested_query to URL-encode all query string fields (#…

    …1989)
    
    In the formatted query string, the field should be fully URL-encoded.
    The previous implementation left the square brackets as un-escaped.
    
    It was noticed that if params were provided as a nested hash it produced
    a different result than a hash of string fields. For example, the params
    
        { 'q[s]' => 'name' }
    
    would result in the query string:
    
        q%5Bs%5D=name
    
    but
    
        { q: { s: 'name' } }
    
    would result in:
    
        q[s]=name
    
    Both forms now produce the same correct result with fully URL-encoded
    params.
    jdufresne authored and ioquatix committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    ab1f1c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c0bb5a5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e17592 View commit details
    Browse the repository at this point in the history
  8. Bump patch version.

    ioquatix committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    dcbda31 View commit details
    Browse the repository at this point in the history
Loading