python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Rails console destroy action but is not percolated to the application and handling via turbo stream
A form contains a destroy button
<%= button_to 'bomb', message, method: :delete, form: { data: { turbo_confirm: 'R U sure?' } } %>
and the controller responds in an expected manner
respond_...
Jerome
Votes: 0
Answers: 0
Link "data-turbo-frame" attribute removed when rendering
I'm using Stimulus and ActionText to handle 'mentions', following the tutorial below;
User @mentions with ActionText
When displaying the actiontext content, the partial for each 'mention' is rendered ...

JesseWelch92
Votes: 0
Answers: 1