October 21, 2023
How to make ruby-lsp-rails work with your dockerized Rails app
I recently watched Aaron Patterson's keynote at Rails.world, where he introduced a gem called ruby-lsp-rails, an extension of ruby-lsp. This extension goes a step further by incorporating knowledge of Rails internals and providing additional valuable information, such as model fields when you hover over model class. Here's how it works...
Read more