— Topic
Ruby
2 posts filed under this tag
Rails · Ruby Implementing VS Code-like Ruby LSP Features in Neovim
Learn how to configure Neovim to support VS Code-style navigation features for Ruby on Rails projects using Ruby LSP, including route definition lookups and view file navigation through Code Lens.
Jan 03, 2025 4 min
Tips · Ruby Passing block arguments in Ruby A quick look at how the `&` operator works in Ruby, from `Symbol#to_proc` to converting method objects into blocks.
Nov 15, 2024 2 min