Gems








A tiny, zero dependency, and easy to test helper for sending text messages with Twilio
Twilio's full on Ruby library does a lot, and has a large memory footprint—too large for just sending an SMS. It's also more difficult to mock and verify than I'd like for a simple task like sending an individual SMS.Using Twilio's REST API direct...

Cross-platform Ruby library for managing child processes.
This gem aims at being a simple and reliable solution for controlling external programs running in the background on any Ruby / OS combination.The code originated in the selenium-webdriver gem, but should prove useful as a standalone library.

High-level Elasticsearch Ruby framework based on the official elasticsearch-ruby client
Multi-model indices.Index classes are independent from ORM/ODM models. Now, implementing e.g. cross-model autocomplete is much easier. You can just define the index and work with it in an object-oriented style. You can define several types for ind...