Richard Wiltshire

Joined

8,620 Experience
86 Lessons Completed
0 Questions Solved

Activity

Posted in How to use Hotwire in Rails Discussion

Where is the broadcast? I don't see one in the controller. You will still need to perform a broadcast somewhere to send the new HTML down the ActionCable pipe to other browsers. Currently, you are only responding to the request using Turbo. That is not the same as broadcasting. I hope this helps.

Posted in How to use Hotwire in Rails Discussion

Thanks Michael!