ruby-lsp-rails
ruby-lsp-rails copied to clipboard
A Ruby LSP addon for Rails
Currently, our schema link just points to the file. However, we can link to the specific table for the model, which is a richer experience. One possibility of how we...
Add issue and pull request templates similar to what we've done for the Ruby LSP to make it easier to report issues or suggest features.
Same fix as https://github.com/Shopify/ruby-lsp/pull/3497 We were also handling nested test groups incorrectly for Rails style tests. I went with the same approach of keeping a flat stack of parents so...
The latest version includes a bunch of bug fixes, so that we can use the test explorer properly.
Upgrade our development Ruby to 3.4.4 (hoping that this will fix CI).
I am not sure this is possible, but it would be great to be able to see the whole route like you can see on a controller action ([ref](https://shopify.github.io/ruby-lsp/rails-add-on.html#go-to-controller-action-route)) when...
### Ruby LSP Information #### VS Code Version 1.95.3 #### Ruby LSP Extension Version 0.8.13 #### Ruby LSP Server Version 0.22.1 #### Ruby LSP Addons - Ruby LSP Rails ####...
Hi, I'm encountering this error during the boot-up process of the Rails LSP server. I am running Ruby 3.1.2, and environment spec are: RUBY_VERSION=ruby-3.1.2 ```ruby .ruby-lsp/Gemfile # This custom gemfile...
Adding this may help diagnose if there's a problem with the underlying app: ``` bundle exec rails runner `bundle show ruby-lsp-rails`/lib/ruby_lsp/ruby_lsp_rails/server.rb start ```