The future of rbs collection

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. gem_rbs_collection

    A collection of RBS for gems.

    Currently, rbs collection downloads RBSs with git clone from ruby/gem_rbs_collection GitHub repository.

  2. 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
  3. DefinitelyTyped

    The repository for high quality TypeScript type definitions.

    It works well for now, but probably it will introduce many problems in a few years because the repository will grow as DefinitelyTyped.

  4. CocoaPods

    The Cocoa Dependency Manager.

  5. rbs

    Type Signature for Ruby

    Partial clone reduces the impact, but it just procrastinates the problems.

  6. gem_rbs_cli

    At first I created a PoC with GitHub API v4 (GraphQL) because it could keep less API calls. However it was not a good idea. GitHub API requires an API token, so the user needs to prepare a Personal Access Token to use it for the local environment and CI. GitHub API v4 has another problem; It truncates large file contents. Therefore I needed combining GitHub API v4 and another API.

  7. tsd

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

    I think git clone is a good compromise for now. It is the same phase of tsd or typings of TypeScript. We needed a simple RBS manager now as you can see from the previous article.

  8. typings

    Discontinued *DEPRECATED* The TypeScript Definition Manager

    I think git clone is a good compromise for now. It is the same phase of tsd or typings of TypeScript. We needed a simple RBS manager now as you can see from the previous article.

  9. SaaSHub

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

    SaaSHub logo
  10. RubyGems

    The Ruby community's gem hosting service.

    First of all, we need to implement the scoped packages feature to RubyGems! Unfortunately RubyGems doesn't have the feature😭 @hsbt told a related issue to me.

  11. rubygems

    Library packaging and distribution for Ruby.

    # Gemfile source "https://rubygems.org" # I use the following gems gem "rails" gem "sidekiq" gem "parallel" # So, I need the following RBSs! gem "@types/rails" gem "@types/sidekiq" gem "@types/parallel"

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Chrome considers gems to be dangerous?

    2 projects | /r/ruby | 11 May 2023
  • current state of bundle install vs gem install -g

    2 projects | /r/ruby | 22 Mar 2023
  • My tone doesn’t make me wrong, or how I convinced the Ruby project to fix an inconsistency

    2 projects | /r/programming | 23 Aug 2022
  • Unauthorized gem takeover for some gems

    7 projects | news.ycombinator.com | 7 May 2022
  • Building a Ruby on Rails Chat Application with ActionCable and Heroku

    1 project | dev.to | 19 Mar 2025