Gems

Define DSLs quickly and avoid the boilerplate write getters and setters.
Define DSLs quickly and avoid the boilerplate write getters and setters. Oh, and it does validation too. - motine/dsl_factory: Define DSLs quickly and avoid the boilerplate write getters and setters. Oh, and it does validation.



A collection of branches that transmit HTML over the wire.
Through the power of incremental Git diffs, each of this repository's branches provides a step-by-step demonstration of how to implement a feature or behavior.This repository's main branch serves as the root all of the other branches, and consists...


A fast Ruby gem for working with SQLite3 databases
Extralite is a fast, extra-lightweight (about 600 lines of C-code) SQLite3 wrapper for Ruby. It provides a minimal set of methods for interacting with an SQLite3 database, as well as prepared statements.Extralite comes in two flavors: the extralit...

Ruby GraphQL client on Rails that actually makes you more productive
Artemis is a GraphQL client that is designed to fit well on Rails.Convention over Configuration: You'll never have to make trivial decisions or spend time on boring setup. Start making a GraphQL request in literally 30s.Performant by default: You ...

Tiny full-text search for Ruby powered by Tantivy
You're in the right place. Tantiny is a minimalistic full-text search library for Ruby based on Tantivy (an awesome alternative to Apache Lucene written in Rust). It's great for cases when your task at hand requires a full-text search, but configu...

Liquid markup language. Safe, customer facing template language for flexible web apps.
Liquid is a template engine which was written with very specific requirements:It has to have beautiful and simple markup. Template engines which don't produce good looking markup are no fun to use.It needs to be non evaling and secure. Liquid temp...