Gems

Fastest Json parser for Ruby, wrapper for simdjson
Fastest Json parser for RubyRuby wrapper for simdjson (Parsing gigabytes of JSON per second)The simdjson library uses commonly available SIMD instructions and microparallel algorithms to parse JSON 2.5 times faster than anything else out there.Ini...



Foreman: an application that automates the lifecycle of servers
Foreman is a free open source project that gives you the power to easily automate repetitive tasks, quickly deploy applications, and proactively manage your servers life cycle, on-premises or in the cloud.From provisioning and configuration to orc...

Update gems in your Gemfile and fetch their changelogs
Problem is updates may break things. And obviously you need to know what may have broke before pushing your code to production. Before running your test suite and checking everything is fine, the first thing you do is probably to look for the chan...

Comma is a small CSV (ie. comma separated values) generation extension for Ruby objects, that lets you seamlessly define a CSV output format via a small DSL
Comma is a small CSV (ie. comma separated values) generation extension for Ruby objects, that lets you seamlessly define a CSV output format via a small DSL -.

A library for setting up Ruby objects as test data.
factory_bot is a fixtures replacement with a straightforward definition syntax, support for multiple build strategies (saved instances, unsaved instances, attribute hashes, and stubbed objects), and support for multiple factories for the same clas...



This repo contains a skeleton for creating an app that can run in both Docker, Podman and in the shell
This repo contains a skeleton for creating an app that can run in both Docker, Podman and in the shell.The skeleton also pulls in a Prometheus that can be used to expose metrics for Kubernetes. Note that the automatic exporter is disabled, because...