dhh – walker – 2021-01-06

6 items · updated 2026-05-19 23:30 UTC · RSS · Up to 2021-01

Installing Turbo with the Asset Pipeline

hotwire discuss dhh · 2021-01-06

Using Turbo with the asset pipeline is meant to be used without concatenation or transpiling. The asset pipeline is only used the copy and f

Authentication and Devise with broadcasts

hotwire discuss dhh · 2021-01-06

Partials used for turbo streaming have to be free of global references, as they’re rendered by the ApplicationRenderer, not within the conte

Custom Forms - confusion

hotwire discuss dhh · 2021-01-06

We’re going to fix this by turn a GET form submission into a visit. On the road map ✌

Installing Turbo with the Asset Pipeline

hotwire discuss dhh · 2021-01-06

Turbo for ESM is meant to be used as an import. So you’ll have to do import { Turbo } from "turbo" in your stimulus controller or elsewhere

Native Push Notifications

hotwire discuss dhh · 2021-01-06

Nothing built-in. You’ll have to do that on your own. Don’t think it’s a fit for Turbo either, since there’s nothing about HTML in those not

Rails 6, Hot-wire with Asset Pipeline, Bootstrap5

hotwire discuss dhh · 2021-01-06

Currently, you have to download the ESM versions yourself, and then put them in app/assets/javascripts/mylib@1.0.0.js, which then allows you