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
Pull Request #12 removed the ability to use the block rendering and partial rendering syntax for Turbo Streams actions.
We should restore this functionality:
<%= turbo_stream.inner_html "body" do %> New Body <% end %>
and
<%= turbo_stream.inner_html "#post_1", partial: "posts/post", locals: { post: @post } %>
The text was updated successfully, but these errors were encountered:
turbo-ruby
Successfully merging a pull request may close this issue.
Pull Request #12 removed the ability to use the block rendering and partial rendering syntax for Turbo Streams actions.
We should restore this functionality:
and
The text was updated successfully, but these errors were encountered: