Gems
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...
sparklemotion/sqlite3-ruby: Ruby bindings for the SQLite3 embedded database
This library allows Ruby programs to use the SQLite3 database engine (http://www.sqlite.org).
Note that this module is only compatible with SQLite 3.6.16 or newer.
Source code: https://github.com/sparklemotion/sqlite3-ruby
Mailing list: http://g...
pry/pry: A runtime developer console and IRB alternative with powerful introspection capabilities.
Pry is a runtime developer console and IRB alternative with powerful introspection capabilities. Pry aims to be more than an IRB replacement. It is an attempt to bring REPL driven programming to the Ruby language.
.
dtcristo/boxwerk: 📦 Ruby package system with Box-powered constant isolation
Boxwerk is an experimental Ruby package system with Box-powered constant isolation. It is used at runtime to organize code into packages with explicit dependencies and strict constant access using Ruby::Box. Inspired by Packwerk.
.
envirobly/stepped: Stepped is a Rails engine for orchestrating complex workflows as a tree of actions
Stepped was extracted out of Envirobly where it powers tasks like application deployment, that involve complex, out-of-the-band tasks like DNS provisioning, retries, waiting for instances to boot, running health checks and all the fun of a highly ...