firelogger.py
ruby-lsp
firelogger.py | ruby-lsp | |
---|---|---|
1 | 20 | |
218 | 1,795 | |
-0.5% | 2.1% | |
- | 9.9 | |
almost 4 years ago | 2 days ago | |
Python | Ruby | |
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
firelogger.py
-
RoR Debugbar
Third-party panels, API for third-party panels: https://django-debug-toolbar.readthedocs.io/en/latest/panels...
Firelogger.py//middleware.py: https://github.com/binaryage/firelogger.py/blob/master/firep...
Distributed tracing w/ OpenTelemetry, Jaeger; Metrics with ~JMX
W3C Trace Context v1: https://www.w3.org/TR/trace-context-1/#overview
ruby-lsp
-
Ask HN: Would you still choose Ruby on Rails for a startup in 2025?
The statement that Rails is an "unserious" framework is not true. There are many multi-million/billion dollar companies built with Rails: Shopify, GitHub, Chime, Gusto, GitLab, and Basecamp/Hey, to name a few.
1. It does: https://github.com/Shopify/ruby-lsp
-
Brakeman LSP Support
This new gem allows Brakeman scans to be integrated into code editors via ruby-lsp. Scans will run asynchronously in the background and warnings will can be shown inline in the editor.
-
Ask HN: Which alternative to Python for personnal use would you recommend?
I will keep it in mind, though a quick search returned a project that resemble LSP integration for Ruby : https://github.com/Shopify/ruby-lsp.
Also RubyMine (IDE from Jetbrains) seems to have its own LSP integrated.
-
RoR Debugbar
Some details from https://github.com/Shopify/ruby-lsp
> NOTE: starting with v0.7.0, it is no longer recommended to add the ruby-lsp to the bundle. The gem will generate a custom bundle in .ruby-lsp/Gemfile which is used to identify the versions of dependencies that should be used for the application (e.g.: the correct RuboCop version).
- Unveiling the big leap in Ruby 3.3's IRB
- I Love Ruby
-
RubyConf 2023 Recap
After lunch, I parked at the Ruby LSP table. I worked with Julie and Drew on HEREDOC endings. We also found an issue that we spent some time digging into, but ran out of time before we had a solution. It was fun spelunking through the code with friends. Ufuk joined us in looking at the cursor indentation issue. His sage wisdom helped us navigate through an unfamiliar codebase.
- Does anyone here use Solargraph with Rails?
-
VSCode now has documentation for Ruby
Thanks for the feedback. Added an issue for you: https://github.com/Shopify/ruby-lsp/issues/594
-
What extensions do you use for Ruby / Rails development on VS Code?
Links: Ruby-lsp , vscode addon
What are some alternatives?
Peek - Take a peek into your Rails applications.
solargraph - A Ruby language server.
rails_panel - Chrome extension for Rails development
vscode-ruby-lsp - VS Code plugin for connecting with the Ruby LSP
callstacking-rails - Rails client for Call Stacking - your insurance policy for tracking down those hard-to-find production bugs.
RailsAutoCompleteHelper - Autocomplete helper for Ruby on Rails projects that pulls data from model files