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.11.3
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.11.4
Choose a head ref
  • 8 commits
  • 7 files changed
  • 7 contributors

Commits on Nov 14, 2021

  1. Update README.md

    dhh authored Nov 14, 2021
    Configuration menu
    Copy the full SHA
    b94394b View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. CI: YAML formatting + Job name (#522)

    The array-style does not pass GitHub Actions' linting. That form needs to be placed on a single line to have 0 lint warnings.
    
    Also: add a name for the Job, which makes the output a little less cryptic.
    olleolleolle authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    9553f12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eea7679 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21585cd View commit details
    Browse the repository at this point in the history
  4. Add missing CR

    dhh committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    a8a1741 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Fix scaffold controller generator with namespace (#512)

    * Fix scaffold controller generator with namespace
    
    For example:
    
    ```
    bundle exec rails g scaffold_controller Admin::Post title:string content:text --model-name=Post
    ```
    
    It fixes the code generated by jbuilder, other changes are required on
    railties gem.
    
    * Specify main branch for rails-head
    
    * Add test for controller scaffold with namespace
    
    Only for Rails::VERSION::MAJOR >= 6 because the method `show_helper`
    doesn't handle well the namespaces on previous versions.
    
    Co-authored-by: David Heinemeier Hansson <[email protected]>
    ceritium and dhh authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    496a2f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Configuration menu
    Copy the full SHA
    73bf325 View commit details
    Browse the repository at this point in the history
  2. Bump for 2.11.4

    dhh committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    a87fad3 View commit details
    Browse the repository at this point in the history
Loading