Turbo link advance
Rails
turbo
<%= link_to "Reload Page", some_path, data: { turbo_action: :advance } %>
Even if you’re on some_path already, this will cause Turbo to:
- Push a new history entry
- Re-fetch and re-render the page via Turbo