sorbet
vscode-solargraph
sorbet | vscode-solargraph | |
---|---|---|
54 | 4 | |
3,579 | 423 | |
1.0% | - | |
9.9 | 3.5 | |
4 days ago | 9 months ago | |
Ruby | TypeScript | |
Apache License 2.0 | GNU General Public License v3.0 or later |
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.
sorbet
-
Let's Read – Eloquent Ruby – Ch 8
...which goes beyond static typing into declaring explicitly what something needs to support to be used by the method. Granted this is more complicated than it sounds and has a number of drawbacks, as you can see in this discussion.
-
The Design Principles of the Elixir Type System
Not part of the official language spec, but Ruby has Sorbet, from a company who employs Ruby core contributors and helped with the recently released JIT additions to the language, amount countless other contributions over the last couple decades.
https://sorbet.org/
- Почему я программирую на Ruby
-
Bringing more sweetness to ruby with sorbet types 🍦
First let's introduce the tool: Sorbet is a gem developed by Stripe that aims to bring type notation syntax and type checking support for the Ruby ecosystem by utilizing the "Gradual typing" philosophy, it also provide type generation from YARD comments via the tapioca gem, allowing to grow alongside the already built Ruby codebase.
-
An Introduction to Metaprogramming in Ruby
We have hundreds of thousands of lines of ruby code spanning many services / monoliths. Even now I find it somewhat annoying to open a controller / component that is basically an empty class def but somehow executes a bunch of complex stuff via mixins, monkey patches etc, and you have to figure out how.
We are turning to https://sorbet.org/ to reign in the madness. I'm keen to know if others are doing the same, and how they are finding it (pros and cons)
- A few words on Ruby's type annotations state
-
Is Ruby on Rails still in demand?I see very few companies using it.Is it used in big tech companies like Google,Amazon,Facebook,Microsoft?
According to https://sorbet.org/ , the vast majority of code at Stripe is written in ruby.
-
¿Que lenguaje de programación consideran que no está saturado?
Caso de Stripe, que tuvo que inventar Sorbet para tener type checking en ruby.
- Building GitHub with Ruby on Rails
-
RJIT a New JIT for Ruby
> I guess what I'm asking is: do you see a future where there is more explicit control afforded to people who want to pick their own tradeoffs without resorting to writing everything performance-sensitive in extensions written in C/Rust/whatever?
An approach exists already in the present, and it's Stripe's Sorbet AOT compiler (https://github.com/sorbet/sorbet/tree/master/compiler).
vscode-solargraph
-
[Ruby] Lequel est un meilleur serveur de langage de code VS Code pour Ruby?
[https://github.com/castwide/vscode-solargraph
-
Intellisense and debuging Rails App in Docker
- most importantely is intellisene (i guess this Solargraph will do the heavy lifting). But since i'm new to rails, I've no idea how to set up correctly
- Dev tools like language server, linting and typing
- Which one is a better VS Code language server for Ruby?
What are some alternatives?
solargraph - A Ruby language server.
vscode-ruby - Provides Ruby language and debugging support for Visual Studio Code
rbs - Type Signature for Ruby
steep - Static type checker for Ruby
rubocop - A Ruby static code analyzer and formatter, based on the community Ruby style guide.
tailwindcss-intellisense - Intelligent Tailwind CSS tooling for Visual Studio Code
noclip.website - A digital museum of video game levels
tapioca - The swiss army knife of RBI generation
VSLilyPond - VSCode Extension for LilyPond
content - The content behind MDN Web Docs
vscode-intelephense - PHP intellisense for Visual Studio Code