Shopify / ruby-lsp-rails

A Ruby LSP addon for Rails
https://shopify.github.io/ruby-lsp-rails/
MIT License
515 stars 21 forks source link

Eager load routes if necessary #380

Closed andyw8 closed 1 month ago

andyw8 commented 1 month ago

The tests against Rails main are currently failing.

Closes https://github.com/Shopify/ruby-lsp-rails/issues/378

andyw8 commented 1 month ago

I've gone with the second option from https://github.com/Shopify/ruby-lsp-rails/issues/378 since doing it on the first request would introduce an awkward delay to the user experience.

andyw8 commented 1 month ago

execute_unless_loaded was reverted in https://github.com/rails/rails/commit/79fd5b45a27c7024d01d6f2996a15af9e1e9ef30 but I expect it to be re-added soon so won't make any updates for it.