v2.36.0
-
Add
slot_type
helper method.Jon Palmer
-
Add test case for rendering a ViewComponent with slots in a controller.
Simon Fish
-
Add example ViewComponent to documentation landing page.
Joel Hawksley
-
Set maximum line length to 120.
Joel Hawksley
-
Setting a collection slot with the plural setter (
component.items(array)
forrenders_many :items
) returns the array of slots.Jon Palmer
-
Update error messages to be more descriptive and helpful.
Joel Hawksley
-
Raise an error if the slot name for renders_many is :contents
Simon Fish