python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Why doesn't the turbo_frame_tags content of Rails Turbo appear in the webpage?
I'm following Hotwire's official instructable(https://hotwired.dev/#screencast), trying to test Rails Turbo's sorting functionality. However, I found that some content wrapped by turbo_frame_tag will ...
Ckt22
Votes: 0
Answers: 1
Ruby on Rails ajax DELETE request is not reaching backend
I have an ajax request that isnt reaching my backend function. The request gives a status of 200 and steps into the success but it never hits my backend controller method. In my response I get this:
T...
jonv562
Votes: 0
Answers: 2
Rails 7 + Turbo: turbo_stream respond with extra data on partial template?
Im playing around Rails 7 + Turbo and I'm trying to create a form which has a dropdown of user lists. The form could create a new "Unit" record and assign users to this unit. The plan create...
J. Doe
Votes: 0
Answers: 1
Turbo broadcast_append_later_to / broadcast_append_later rendering twice
I the top of my application template body I have:
<%= turbo_frame_tag :toasts %>
Which I use to display messages (https://github.com/excid3/tailwindcss-stimulus-components)
In my controllers I ...

Dan Tappin
Votes: 0
Answers: 1