Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
Hotwire
✓ require 'hotwire-rails'
Use Turbo Streams to update parts of a page over WebSocket.
require 'hotwire-rails'
# In a Rails controller:
class CommentsController < ApplicationController
def create
@comment = Comment.create(comment_params)
respond_to do |format|
format.turbo_stream
end
end
end
Debug
Known issues
No known issues recorded.
Audit
Dependencies
No dependency data recorded yet.