Gems
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 ...
DmitryTsepelev/store_model: Work with JSON-backed attributes as ActiveRecord-ish models
StoreModel gem allows you to wrap JSON-backed DB columns with ActiveModel-like classes.
💪 Powered with Attributes API. You can use a number of familiar types or write your own
🔧 Works like ActiveModel. Validations, enums and nested attributes wor...