pocke / rbs_rails

Apache License 2.0
283 stars 33 forks source link

path_helpers: Support Rails 8.0 #283

Open tk0miya opened 1 week ago

tk0miya commented 1 week ago

Since Rails 8.0, route drawing has been defered to the first request. This forcedly do route drawing to scan path_helpers.

refs: https://github.com/rails/rails/pull/52353