hotwired / turbo-rails

Use Turbo in your Ruby on Rails app
https://turbo.hotwired.dev
MIT License
2.13k stars 329 forks source link

Fix deprecation in routing #657

Closed atomaka closed 3 months ago

atomaka commented 3 months ago

Fixes new deprecation in Rails from https://github.com/rails/rails/pull/52422 that marks paths as hash keys in routes for removal.

igordepolli commented 3 months ago

Can anyone please merge this PR? The Rails warning for that is really annoying.

rafaelfranca commented 3 months ago

The deprecation is in a non-released version of Rails. There is no reason to rush maintainers because you are using a non-released version of the framework that can change at any time.

brunoprietog commented 3 months ago

Thanks @atomaka!