Shopify / ruby-lsp-rails

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

Remove dependency on Rails #320

Closed andyw8 closed 6 months ago

andyw8 commented 6 months ago

Replaces https://github.com/Shopify/ruby-lsp-rails/pull/268

Since https://github.com/Shopify/ruby-lsp-rails/pull/284 changed how we check for Rails, there's no longer any need for the defined?(Rails) check discussed in #268.