Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle deferred route drawing #378

Closed
andyw8 opened this issue May 13, 2024 · 0 comments · Fixed by #380
Closed

Handle deferred route drawing #378

andyw8 opened this issue May 13, 2024 · 0 comments · Fixed by #380

Comments

@andyw8
Copy link
Contributor

andyw8 commented May 13, 2024

In rails/rails#51614, @gmcgibbon has improved boot time by deferring route drawing. This will likely ship in the next release of Rails, so will require a small change for us.

For ruby-lsp-rails we could either:

  • Defer loading until the first definition for a route (faster)
  • Run Rails.application.routes_reloader.execute_unless_loaded (if defined) as part of server.rb to eagerly load the routes (slower).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant