The future of rbs collection

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • gem_rbs_collection

    A collection of RBS for gems.

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

  • 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.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • CocoaPods

    The Cocoa Dependency Manager.

  • rbs

    Type Signature for Ruby

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

  • 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.

  • 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.

  • 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.

  • SaaSHub

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

    SaaSHub logo
  • 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.

  • 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
  • RVM Ruby 2.6.0 — built with custom openssl version on Ubuntu 22.04

    2 projects | dev.to | 26 Apr 2024