gem_rbs_collection

A collection of RBS for gems. (by ruby)

Gem_rbs_collection Alternatives

Similar projects and alternatives to gem_rbs_collection

  1. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  2. FrameworkBenchmarks

    Source for the TechEmpower Framework Benchmarks project

  3. rubygems

    Library packaging and distribution for Ruby.

  4. DefinitelyTyped

    The repository for high quality TypeScript type definitions.

  5. ale

    133 gem_rbs_collection VS ale

    Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support

  6. CocoaPods

    The Cocoa Dependency Manager.

  7. rbs

    Type Signature for Ruby

  8. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  9. RubyGems

    The Ruby community's gem hosting service.

  10. LSP

    Client implementation of the Language Server Protocol for Sublime Text

  11. steep

    Static type checker for Ruby

  12. typeprof

    An experimental type-level Ruby interpreter for testing and understanding Ruby code

  13. typings

    3 gem_rbs_collection VS typings

    Discontinued *DEPRECATED* The TypeScript Definition Manager

  14. tsd

    1 gem_rbs_collection VS tsd

    Discontinued [DEPRECATED] TypeScript Definition manager for DefinitelyTyped (by DefinitelyTyped)

  15. steep-vscode

    VSCode extension for Steep

  16. typed_struct

    Ruby structs but with type-checked attributes ⚡️🔐

  17. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better gem_rbs_collection alternative or higher similarity.

gem_rbs_collection discussion

Log in or Post with

gem_rbs_collection reviews and mentions

Posts with mentions or reviews of gem_rbs_collection. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-21.
  • A decent VS Code and Ruby on Rails setup
    8 projects | news.ycombinator.com | 21 Feb 2024
    I saw no mention of RBS+Steep, the latter providing a LSP. I use it a lot and very much like it, although it's still young and needs love, but it's making good, steady progress! I've been very pleasantly surprised by some of the crazy things Steep can catch, completely statically!

    You appear to be working on projects with Sorbet (which I tried to like but found it fell short in practice, notably outside of the app use case i.e it's mostly useless for gems) so it may be a tall order to try on those. Maybe you can give RBS+Steep a shot on some small project?

    RBS: https://github.com/ruby/rbs

    RBS collection (for those gems that don't ship RBS signatures in `sig`, integrates with bundler): https://github.com/ruby/gem_rbs_collection

    Steep: https://github.com/soutaro/steep

    VS Code: https://github.com/soutaro/steep-vscode

    Sublime Text: https://github.com/sublimelsp/LSP

    Vim (I'm working on it): https://github.com/dense-analysis/ale/pull/4671

  • Is anyone using RBS?
    3 projects | /r/ruby | 8 Mar 2022
    For now there's a ruby/gem_rbs_collection repo now that's been started to grow a collection of signatures that RBS can pull from.
  • RBS introduced manifest.yaml
    2 projects | dev.to | 25 Dec 2021
    rbs collection detects the dependencies from Gemfile.lock. For example, if your Gemfile has an entry, gem 'rails', rbs collection finds dependencies gems, such as activesupport, railties, nokogiri and so on, from Gemfile.lock. Then it installs RBSs from ruby/gem_rbs_collection repository.
  • The future of rbs collection
    9 projects | dev.to | 28 Sep 2021
    Currently, rbs collection downloads RBSs with git clone from ruby/gem_rbs_collection GitHub repository.
  • rbs collection was released!
    6 projects | dev.to | 17 Sep 2021
    # Download sources sources: - name: ruby/gem_rbs_collection remote: https://github.com/ruby/gem_rbs_collection.git revision: main repo_dir: gems # A directory to install the downloaded RBSs path: .gem_rbs_collection gems: # Skip loading rbs gem's RBS. # It's unnecessary if you don't use rbs as a library. - name: rbs ignore: true # 👮👮👮 Add the following lines - name: pathname - name: logger - name: mutex_m - name: date - name: monitor - name: singleton - name: tsort - name: time - name: set
  • A note from our sponsor - SaaSHub
    www.saashub.com | 20 Mar 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic gem_rbs_collection repo stats
5
270
9.5
5 days ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai