dhh – walker – 2021-01-25

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

Stimulus 2.0 values on a target (replacing dataset)?

hotwire discuss dhh · 2021-01-25

We considered adding a pattern for per-element values as well under the idea of “parameters”. But yeah, for now you have to do it by hand.

Form redirects not working as expected

hotwire discuss dhh · 2021-01-25

If you redirect in response to an action within a frame, the place you redirect to has to have a matching frame tag. What you’re describing

Stimulus controller not working in lazy loaded frame

hotwire discuss dhh · 2021-01-25

This has been fixed in latest stimulus-rails that uses a new autoloader based on the mutation observer.