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

A Ruby LSP addon for Rails

Results 64 ruby-lsp-rails issues
Sort by recently updated
recently updated
newest added

After https://github.com/Shopify/ruby-lsp-rails/pull/472, we are no longer showing documentation on Hover for some Rails DSLs.

After https://github.com/Shopify/ruby-lsp-rails/pull/472, we are no longer showing documentation on Hover for some Rails DSLs.

After https://github.com/Shopify/ruby-lsp-rails/pull/472, we are no longer showing documentation on Hover for some Rails DSLs.

After https://github.com/Shopify/ruby-lsp-rails/pull/472, we are no longer showing documentation on Hover for some Rails constants.

Closes #359 Add schema, indexes, and foreign key constraints information when hovering an association table. #### Demo (VSCode) https://github.com/user-attachments/assets/5b65396a-c97f-4640-81a6-1c652f861a41

enhancement

First implementation for I18n support (#639) ## How it works 1. Attach file watcher for all translation files 2. Add server request to reload translations on file changes. The reload...

From time to time, we have reports of extra child processes being created by the runtime server. It's hard to figure out where these are coming from because the user's...

enhancement

It's common to want to traverse through several partials while updating HTML that a controller action renders. Rails.vim has a neat `gf` shortcut for this. This brings the same functionality...

Hi, I'm using Serena MCP which uses `ruby-lsp` under the hood. I saw that `ruby-lsp` process is constantly consuming 100% of my CPU, so I used `rbspy` and found that...