Gems

Racecar: a simple framework for Kafka consumers in Ruby
acecar is a friendly and easy-to-approach Kafka consumer framework. It allows you to write small applications that process messages stored in Kafka topics while optionally integrating with your Rails models.The framework is based on rdkafka-ruby, ...

Ruby gem for colorizing printed text on ANSI terminals
Rainbow is a ruby gem for colorizing printed text on ANSI terminals.It provides a string presenter object, which adds several methods to your strings for wrapping them in ANSI escape codes. These codes when printed in a terminal change text attrib...

Ruby gem to verify a pre-defined HTTP headers configurations.
Assertation framework for http-headers on top of live endpoints, Verify a pre-defined HTTP headers configurations.Unlike some other similar projects, this is not meant to enforce best practices, instead it is meant to define policies on top of hea...





Modular resource-based authentication and authorization for Rails/Rack
Rails::Auth is a flexible library designed for both authentication (AuthN) and authorization (AuthZ) using Rack Middleware. It splits AuthN and AuthZ steps into separate middleware classes, using AuthN middleware to first verify credentials (such ...
