Skip to content

Releases: rails/jbuilder

v2.12.0

29 Apr 00:53
@dhh dhh
Compare
Choose a tag to compare

What's Changed

  • Use OpenStruct only if available by @yahonda in #562
  • Replace deprecated ProxyObject with BasicObject by @Earlopain in #563
  • Avoid loading ActionController::API constant by @nvasilevski in #529
  • Fixed a bug where #501 broke compatibility with Enumerable by @yuki24 in #531
  • Fix namespace issue when generating jbuilder views by @hahmed in #536
  • Remove reliance on ERBTracker from rails by @HParker in #504
  • Fix require path of dependency_tracker in railtie.rb by @jalyna in #552

New Contributors

Full Changelog: v2.11.5...v2.12.0

v2.11.5

21 Dec 04:06
v2.11.5
c6bda15
Compare
Choose a tag to compare

What's Changed

  • Make sure action_view is loaded before using it.

Full Changelog: v2.11.4...v2.11.5

v2.11.4

17 Dec 14:31
@dhh dhh
Compare
Choose a tag to compare

What's Changed

  • Fix scaffold controller generator with namespace by @ceritium in #512
  • Remove the unwanted #empty call on the collection by @yuki24 in #524

Full Changelog: v2.11.3...v2.11.4

v2.11.3

14 Nov 14:41
@dhh dhh
Compare
Choose a tag to compare

What's Changed

  • Speed up collection rendering and add support for multifetch collection handling by @yuki24 in #501

Full Changelog: v2.11.2...v2.11.3

v2.11.2

21 Dec 03:24
Compare
Choose a tag to compare

What's Changed

  • Improve key formatting for nested hashes and disable by default by @tf in #497

New Contributors

Full Changelog: v2.11.1...v2.11.2

v2.11.1

21 Dec 03:25
Compare
Choose a tag to compare

What's Changed

  • Use symbols instead of strings for before_action filters [DHH]
  • Slim down comments in generated scaffold code [DHH]

Full Changelog: v2.11.0...v2.11.1

v2.11.0

21 Dec 03:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.10.2...v2.11.0

v2.10.2

21 Dec 03:27
Compare
Choose a tag to compare

What's Changed

  • Update scaffold generator to use double quotes, 422 form error responds, and modern string-of-arrays syntax

Full Changelog: v2.10.1...v2.10.2

2.10.1

12 Sep 14:46
07d31ca
Compare
Choose a tag to compare
  • Fix keyword arguments warning on Ruby 2.7

v2.10.0

21 Dec 03:27
e0ac4a1
Compare
Choose a tag to compare

What's Changed

  • Requires Rails 5+ and Ruby 2.2+
  • Nested hashes are deep-merged
  • Update comment in controller generator templates by @eileencodes in #467
  • Fix warnings on Ruby 2.7 by @r7kamura in #468

New Contributors

Full Changelog: v2.9.1...v2.10.0