-
Display preview source on previews that exclusively use templates.
Edwin Mak
-
Add a test to ensure trailing newlines are stripped when rendering with
#render_in
.Simon Fish
-
Add WEBrick as a depenency to the docs application.
Connor McQuillan
-
Update Ruby version in
.tool-versions
.Connor McQuillan
-
Add a test to ensure blocks can be passed into lambda slots without the need for any other arguments.
Simon Fish
-
Add linters for file consistency.
Simon Fish
-
Add @boardfish to docs/index.md and sort contributors.
Simon Fish
-
Set up Codespaces for bug replication.
Simon Fish
-
Add instructions for replicating bugs and failures.
Simon Fish
-
Make @boardfish a committer.
Joel Hawksley
-
Validate collection parameter with Active Model attribute names.
Simon Fish
-
Fix
helpers
not working with component slots when rendered more than 2 component levels deep.Blake Williams
-
Update ruby to the latest versions
Pedro Paiva
-
Fix
vale
linter config options.Hans Lemuet
-
Improve Contributing docs to include how to run tests for a specific version on Rails.
Hans Lemuet
-
Add failing test for default form builder and documentation around known issue.
Simon Fish
-
Add
--locale
flag to the component generator. Generates as many locale files as defined inI18n.available_locales
, alongside the component. -
Add config option
config.view_component.generate_locale
to enable project-wide locale generation. -
Add config option
config.view_component.generate_distinct_locale_files
to enable project-wide per-locale translations file generation.Bob Maerten