ruby-lsp icon indicating copy to clipboard operation
ruby-lsp copied to clipboard

Improve how we detect Rails apps

Open andyw8 opened this issue 1 year ago • 0 comments

Description

Currently we look for a dependency on the Rails gem, and if found, we assume a Rails app is present, and add "ruby-lsp-rails" to the custom bundle. But this approach can result in false positives. Instead, we should check the presence of bin/rails.

andyw8 avatar Mar 06 '24 18:03 andyw8