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
Is your feature request related to a problem? Please describe.
Turbo was introduced since version 3.0 of this gem and now has support for every feature Rails UJS has. We wouldn't need to have Rails UJS as a dependency anymore and, even thought Turbo and UJS can coexist in a Rails project, having one less dependency would be ideal IMHO.
Additional context
I still saw some method: usages through the codebase here but not sure if there's any other things that might be blocking this migration or if it has been considered before.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Turbo was introduced since version 3.0 of this gem and now has support for every feature Rails UJS has. We wouldn't need to have Rails UJS as a dependency anymore and, even thought Turbo and UJS can coexist in a Rails project, having one less dependency would be ideal IMHO.
Describe proposed solution(s)
Migrate the Rails UJS usage like data-method, data-confirm etc... to Turbo equivalents. There's a handy guide on how to perform the migration: https://dev.to/thomasvanholder/how-to-migrate-rails-ujs-to-hotwire-turbo-hdh
Additional context
I still saw some
method:
usages through the codebase here but not sure if there's any other things that might be blocking this migration or if it has been considered before.The text was updated successfully, but these errors were encountered: