Gems
ruby-git/ruby-git: Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary.
The git gem provides a Ruby interface to the git command line.
Get started by obtaining a repository object by:
opening an existing working copy with Git.open
initializing a new repository with Git.init
cloning a repository with Git.clone
Method...
skryukov/typelizer: A TypeScript type generator for Ruby serializers.
Typelizer generates TypeScript types from your Ruby serializers. It supports multiple serializer libraries and a flexible, layered configuration model so you can keep your backend and frontend in sync without hand‑maintaining types.
.
ruby-next/ruby-next: Ruby Next makes modern Ruby code run in older versions and alternative implementations
Ruby Next is a transpiler and a collection of polyfills for supporting the latest and upcoming Ruby features (APIs and syntax) in older versions and alternative implementations. For example, you can use pattern matching and Kernel#then in Ruby 2.5...
trusche/httplog: Log outgoing HTTP requests in ruby
Log outgoing HTTP requests made from your application. Helps with debugging pesky API error responses, or just generally understanding what's going on under the hood.
Requires ruby >= 2.6.
This gem works with the following ruby modules and libra...
Release v2.0.0 - The "Database-Driven Development" Release! · Betterment/delayed
Numerous changes focused on index coverage and query performance went into this release.
At a high level, this release consists of:
New optional-but-encouraged DB indexes (available via rake delayed:install:migrations) that improve index coverag...