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: rails/jbuilder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.12.0
Choose a base ref
...
head repository: rails/jbuilder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.13.0
Choose a head ref
  • 12 commits
  • 19 files changed
  • 5 contributors

Commits on Sep 14, 2024

  1. Drop support for End of Life Ruby and Rails versions (#570)

    - Ruby 2.7 is EOL
    - Rails 5.x and 6.0 are EOL
    - Rails 6.1 active support is over, and security support ends in 4 weeks
    
    https://endoflife.date/rails
    jeromedalbert authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    2ca1f4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dbc23f View commit details
    Browse the repository at this point in the history
  3. Suggestion: Return early from collection partial rendering if blank. (#…

    …560)
    
    * Suggestion: Return early from collection partial rendering if blank.
    
    Co-authored-by: David Heinemeier Hansson <[email protected]>
    tylerjc and dhh authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    0adeb96 View commit details
    Browse the repository at this point in the history
  4. Add missing ':see_other' status code in generated destroy controller …

    …method (#538)
    
    * Add missing ':see_other' status code when redirecting in the generated destroy controller method
    
    * Mistake
    
    ---------
    
    Co-authored-by: David Heinemeier Hansson <[email protected]>
    ldeld and dhh authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    acf44b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    5288e8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a18149 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e18fe2a View commit details
    Browse the repository at this point in the history
  4. Add release binstub

    dhh committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    99c42bd View commit details
    Browse the repository at this point in the history
  5. Add test binstub

    dhh committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    9bcd653 View commit details
    Browse the repository at this point in the history
  6. Bump version for 2.13.0

    dhh committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    d469896 View commit details
    Browse the repository at this point in the history
  7. No lock committed

    dhh committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    acf7a46 View commit details
    Browse the repository at this point in the history
  8. Use new version const

    dhh committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    9aa3dd9 View commit details
    Browse the repository at this point in the history
Loading