“This one is not a gem, but eh, did you know you can hit the /rails/info/routes route in Rails and get a list of your routes? No need to call bin/rails routes. Plus, it’s searchable, and you can toggle between the path and URL helper. Great when you need a quick copy-paste for your views. ”
"The quickest way to think about the difference between these two is that Kaneko’s efforts are iterative, continuing to to generate an LR Parser / YARP, meanwhile, is a clean-room implementation of a hand-coded Recursive descent parser, which affords it even greater portability and performance"
“This extension is fast because its LSP server is launched once per workspace and it passes each file to an in-memory instance of the RuboCop runner. As a result, both its linting and formatting actions are often imperceptibly fast, even for large files.”