Upon refreshing my page, I see this (is this expected?):
Finished "/cable" [WebSocket] for ::1 at 2024-09-30 14:07:04 -0400
Turbo::StreamsChannel stopped streaming from hotwire-livereload
Started GET "/cable" for ::1 at 2024-09-30 14:07:04 -0400
Started GET "/cable" [WebSocket] for ::1 at 2024-09-30 14:07:04 -0400
Successfully upgraded to WebSocket (REQUEST_METHOD: GET, HTTP_CONNECTION: Upgrade, HTTP_UPGRADE: websocket)
I'm not sure if this is related to https://github.com/kirillplatonov/hotwire-livereload/issues/49
Upon refreshing my page, I see this (is this expected?):
Currently running:
I have followed the installation guides and do have the following set in development.rb
My file is under
/app/javascript
so my understanding is I should be seeing my code changes by default.