Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-09-15 | 1.1 kB | |
v2.13.0 source code.tar.gz | 2024-09-15 | 24.6 kB | |
v2.13.0 source code.zip | 2024-09-15 | 37.6 kB | |
Totals: 3 Items | 63.2 kB | 1 |
What's Changed
- Redirect to
@record
or 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.expect
syntax instead ofparams.require
by @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