Glimmer DSL for Web (Fukuoka Award Winning Ruby-in-the-Browser
Frontend Framework for Rails) had a new release in version 0.8.2,
which now supports HTML Value-less Boolean Attributes, simplifying the
Ruby HTML DSL when using HTML boolean attributes like ‘required’,
‘autofocus’, and ‘disabled’. There is no need to pass them in a hash
with value true anymore. They could now be just passed as Ruby Symbols
in HTML element arguments, ahead of hash attributes.
Blog post announcement:
GitHub :
Ruby Gem :