We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similar to how the morph method in StimulusReflex works:
morph
morph "#posts", render(partial: "posts/index", posts: @posts)
There should be methods to call all/most of the CableReady operations in that way.
def inner_html(selector, html) cable_ready.inner_html( selector: selector, html: html ) end
So you are able to call it like:
inner_html "#posts", render(partial: "posts/index", posts: @posts)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Similar to how the
morph
method in StimulusReflex works:There should be methods to call all/most of the CableReady operations in that way.
So you are able to call it like:
The text was updated successfully, but these errors were encountered: