New
v2.13.0
What's Changed
- Redirect to
@recordor path in controller generator by @jeromedalbert in https://github.com/rails/jbuilder/pull/569 - Return early from collection partial rendering if blank by @tylerjc in https://github.com/rails/jbuilder/pull/560
- Add missing ':see_other' status code in generated destroy controller method by @ldeld in https://github.com/rails/jbuilder/pull/538
- Remove OpenStruct references from Jbuilder by @mtsmfm in https://github.com/rails/jbuilder/pull/567
- Use new
params.expectsyntax instead ofparams.requireby @jeromedalbert in https://github.com/rails/jbuilder/pull/573
New Contributors
- @jeromedalbert made their first contribution in https://github.com/rails/jbuilder/pull/570
- @tylerjc made their first contribution in https://github.com/rails/jbuilder/pull/560
- @ldeld made their first contribution in https://github.com/rails/jbuilder/pull/538
- @mtsmfm made their first contribution in https://github.com/rails/jbuilder/pull/567
Full Changelog: https://github.com/rails/jbuilder/compare/v2.12.0...v2.13.0