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: splitwise/super_diff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.15.0
Choose a base ref
...
head repository: splitwise/super_diff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 10 commits
  • 27 files changed
  • 4 contributors

Commits on Jan 6, 2025

  1. Fix docsite build

    jas14 committed Jan 6, 2025
    Configuration menu
    Copy the full SHA
    b84b9d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. Fix CI: require logger before active_record (#277)

    See rails/rails#54264. ActiveSupport required `logger` implicitly through `concurrent-ruby`, which removed its own `logger` dependency in 1.3.5.
    jas14 authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    7ab779f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. Add Rails 7.1 support (#278)

    Adds Rails 7.1 to the Appraisals matrix, and also cleans Rails 6.0 out as a follow-up to #187.
    jas14 authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    951d06b View commit details
    Browse the repository at this point in the history
  2. Drop Ruby 3.0 support (#280)

    Ruby 3.0 reached EOL in April 2024.
    jas14 authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    fe13bf1 View commit details
    Browse the repository at this point in the history
  3. Add Rails 7.2 support (#279)

    Adds Rails 7.2 to the Appraisals and CI matrix.
    jas14 authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    3001963 View commit details
    Browse the repository at this point in the history
  4. Add Rails 8.0 support (#281)

    Adds Rails 8.0 to the Appraisals and CI matrix.
    jas14 authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    aceceec View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2025

  1. Fix monkey patch of ActiveRecord::Base for records without primary key (

    #282)
    
    This fixes inspection and diffing for ActiveRecord objects without a primary key.
    atranson-electra authored Mar 9, 2025
    Configuration menu
    Copy the full SHA
    bb367ea View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. Update README.md and User Docs with revised link to rspec differ (#276)

    The current link to the rspec differ points to an archived repo. This link points to the latest rspec support git tag (`rspec-support-3.13.2`).
    
    Co-authored-by: Joe Stein <[email protected]>
    sealocal and jas14 authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    6cdd9c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

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

Commits on Apr 30, 2025

  1. Upgrade @lavamoat/allow-scripts to 3.x (#284)

    Just a bit of housekeeping.
    jas14 authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    f22f3f1 View commit details
    Browse the repository at this point in the history
Loading