Confirmation alert using Turbo in Rails
Using an confirmation browser alert is a common thing to do. This seemingly works fine while using Turbo, however, try to cancel the alert and your request still goes through.
Previously on rails:
Use data-turbo-confirm
for correct functionality: