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.14.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.14.1
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Aug 12, 2025

  1. Ensure that Jbuilder.encode properly forwards arguments to .new

    The initializer previously accepted an options hash, but now takes
    kwargs. So the encode method also needs to accept (and forward)
    kwargs.
    flavorjones committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    a6863b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #601 from flavorjones/flavorjones/fix-encode-argum…

    …ents
    
    Ensure that `Jbuilder.encode` properly forwards arguments to `.new`
    rafaelfranca authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    2400fd9 View commit details
    Browse the repository at this point in the history
  3. Prepare for 2.14.1

    rafaelfranca committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    38339ad View commit details
    Browse the repository at this point in the history
Loading