Hacker News with Generative AI: Hotwire

RubyKaigi: Empowering Developers with HTML-Aware ERB Tooling (speakerdeck.com)
ERB tooling has lagged behind modern web development needs, especially with the rise of Hotwire and HTML-over-the-wire. Discover a new HTML-aware ERB parser that unlocks advanced developer tools like formatters, linters, and LSP integrations, enhancing how we build and ship HTML in our Ruby applications.
Auto-saving Rails forms with Turbo Streams (strzibny.name)
Here’s how to implement autosaving for inline input fields the Hotwire way.