devise
devise copied to clipboard
Replace [data-turbo-cache=false] with [data-turbo-temporary]
Environment
- Ruby 3.2.2
- Rails 7.1.2
- Devise 4.9.3
Current behavior
The default _error_messages.html.erb partial uses a deprecated Turbo attribute data-turbo-cache=false
This attribute was deprecated on Feb 15 2023 in this pull request
Expected behavior
Use more up-to-date attribute name called data-turbo-temporary to avoid deprecation issues and reduce developer confusion as data-turbo-temporary is the only attributed mentioned in Turbo Drive's documentation