rbs_rails VS contracts.ruby

Compare rbs_rails vs contracts.ruby and see what are their differences.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
rbs_rails contracts.ruby
1 6
285 1,443
- -
6.1 6.7
17 days ago 6 days ago
Ruby Ruby
Apache License 2.0 BSD 2-clause "Simplified" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

rbs_rails

Posts with mentions or reviews of rbs_rails. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-13.
  • Why I Stopped Using Sorbet in All My Ruby Projects
    7 projects | /r/ruby | 13 Apr 2023
    I haven't used rbs in the context of rails, but a quick googling leads me to https://github.com/pocke/rbs_rails , which includes some rake tasks to generate rbs files for models. There are also some libs to do the same for protobuf and json-schema (which I haven't tried yet as well).

contracts.ruby

Posts with mentions or reviews of contracts.ruby. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-09-29.
  • Ask HN: Is Ruby/RoR Dead?
    3 projects | news.ycombinator.com | 29 Sep 2024
    https://github.com/egonSchiele/contracts.ruby?tab=readme-ov-...
  • A few words on Ruby's type annotations state
    4 projects | news.ycombinator.com | 5 May 2023
    I had written a code contracts library for Ruby about 10 years ago [1]. I stopped working on it, mainly because it only provided runtime type checking, and I wanted static type checking. Nowadays my main language is typescript. I miss ruby, but can't give up the static typing that typescript provides. I really wish Ruby had a type system with the same level of support. VSCode has phenomenal TS support, and there's a community adding types to projects [2]. This is something I'd like for Ruby also.

    > An integral part of this informality is relying on Matz’s taste and intuition for everything that affects the language’s core.

    I think a more defined process would mean a better future for Ruby and Ruby developers.

    - [1] https://github.com/egonschiele/contracts.ruby

    - [2] https://github.com/DefinitelyTyped/DefinitelyTyped

  • Why I Stopped Using Sorbet in All My Ruby Projects
    7 projects | /r/ruby | 13 Apr 2023
    Contracts gem can be a nice middle-ground. It has a fairly readably syntax and only checks method inputs and outputs at runtime. We use it to annotate important core methods, while leaving the rest type-free.
  • Should gems support old Ruby versions like 2.4?
    1 project | /r/ruby | 22 Jun 2022
    For example contracts gem needs to have a separate version/branch for ruby 3.x due to the breaking change above
  • Cells - Introduction
    3 projects | dev.to | 12 Mar 2021
    This gives me access to input values as long as I defined them via attr_reader. Oh what's the Contract XXX above attr_reader? They are from contracts.ruby and completely optional and won't be explained in this post. You can safely ignore those and maybe study that gem later.

What are some alternatives?

When comparing rbs_rails and contracts.ruby you can also consider the following projects:

spylls - Pure Python spell-checker, (almost) full port of Hunspell

Fundamental Ruby - :books: Fundamental programming with ruby examples and references. It covers threads, SOLID principles, design patterns, data structures, algorithms. Books for reading. Repo for website https://github.com/khusnetdinov/betterdocs

rbi-central

Ruby style guide - A community-driven Ruby coding style guide

Money - A Ruby Library for dealing with money and currency conversion.

Rails style guide - A community-driven Ruby on Rails style guide

fast-ruby - :dash: Writing Fast Ruby :heart_eyes: -- Collect Common Ruby idioms.

RSpec style guide - RSpec Best Practices

Best-Ruby - Ruby Tricks, Idiomatic Ruby, Refactoring and Best Practices

Functional Ruby

ContractedValue - Library for creating contracted immutable(by default) value objects

dd-trace-rb - Datadog Tracing Ruby Client

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

Did you konow that Ruby is
the 12th most popular programming language
based on number of metions?