Add option to use turbo-stream over existing turbo channel websocket #22
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes #21
A few changes here.
turbo-stream reload method
With these changes you can now reload the page using the turbo channel by sending a turbo-stream to the client by setting:
Note:
:action_cable
is the default value.This allows the gem to be used with AnyCable and JWT identification, however it can also be an option with just ActionCable.
When enabling the turbo-stream option:
hotwire_livereload_tags
helperExtracted Shared JS Code
This PR extracts some shared javascript into a separate file to be used with either option.
Turbo.visit action: replace
This PR also includes a change with reloads the page without advancing the history.