polars_resources
ruby-lsp
polars_resources | ruby-lsp | |
---|---|---|
1 | 20 | |
17 | 1,748 | |
- | 2.7% | |
7.6 | 9.9 | |
over 1 year ago | 5 days ago | |
Ruby | ||
- | 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.
polars_resources
-
RubyConf 2023 Recap
Paul Reece gave an introduction to the Polars library. This started with an introduction to the Series and Data Frame data structures. Paul then walked through data cleaning operations available in Polars. He shared a repository of resources and code samples at the end of his session.
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?
prism - Prism Ruby parser
solargraph - A Ruby language server.
RailsAutoCompleteHelper - Autocomplete helper for Ruby on Rails projects that pulls data from model files
vscode-ruby-lsp - VS Code plugin for connecting with the Ruby LSP
turbo-android - Android framework for making Turbo native apps
ruby_language_server - Language Server implementation in Ruby for Ruby. Development happens on the develop branch. Production is master.