You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For accessibility reasons, we should continue to promote buttons rather than method links, but this makes Hotwire much easier to fit into existing applications that were built to Rails UJS standards. (hotwired/turbo#277)
https://api.rubyonrails.org/classes/ActionView/Helpers/UrlHelper.html#method-i-button_to
https://api.rubyonrails.org/classes/ActionView/Helpers/UrlHelper.html#method-i-link_to
Plus it will remove the need for JS in system specs.
The text was updated successfully, but these errors were encountered: