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:rspec/rspec-rails
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:main
Choose a base ref
...
head repository:rspec/rspec-rails
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:8-0-maintenance
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 31 files changed
  • 4 contributors

Commits on Apr 30, 2025

  1. Prune workflows

    @JonRowe
    JonRowe committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    6bcb75fView commit details
    Browse the repository at this point in the history
  2. Update docs for 8.0

    @JonRowe
    JonRowe committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    b2c19b9View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8886240View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3eafa5View commit details
    Browse the repository at this point in the history
  5. v8.0.0

    @JonRowe
    JonRowe committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    751248dView commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb5619eView commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2025

  1. Merge pull request#2854from rspec/upgrade-aruba

    Upgrade aruba
    @JonRowe
    JonRowe committed Jun 19, 2025
    Configuration menu
    Copy the full SHA
    fc23c70View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d81911dView commit details
    Browse the repository at this point in the history
  3. Changelog for#2851

    @JonRowe
    JonRowe committed Jun 19, 2025
    Configuration menu
    Copy the full SHA
    f4410faView commit details
    Browse the repository at this point in the history
  4. Fix changelog links

    @JonRowe
    JonRowe committed Jun 19, 2025
    Configuration menu
    Copy the full SHA
    0a225f0View commit details
    Browse the repository at this point in the history
  5. v8.0.1

    @JonRowe
    JonRowe committed Jun 19, 2025
    Configuration menu
    Copy the full SHA
    9338a3fView commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. Fix deprecation warning for :unprocessable_entity in scaffold-generat…

    …ed tests with Rack 3.2 (#2860) * Fix deprecation warning for :unprocessable_entity in scaffold-generated tests with Rack 3.2 For rack 3.1 and higher, this change uses `:unprocessable_content` instead of `:unprocessable_entity`. For rack 3.0 and below, it continues to use `:unprocessable_entity`. * Mute deliberate deprecation RuntimeError: Warnings were generated: /home/runner/work/rspec-rails/rspec-rails/lib/rspec/rails/matchers/have_http_status.rb:219: warning: Status code :unprocessable_entity is deprecated and will be removed in a future version of Rack. Please use :unprocessable_content instead. --------- Co-authored-by: Phil Pirozhkov <[email protected]>
    @JonRowe@pirj
    JonRowe and pirj committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    2d5eaeaView commit details
    Browse the repository at this point in the history
  2. Tidy up rack status in spec

    @JonRowe
    JonRowe committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    ab96e8aView commit details
    Browse the repository at this point in the history
  3. v8.0.2

    @JonRowe
    JonRowe committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    c3788c2View commit details
    Browse the repository at this point in the history
Loading