Gems





Rocketman help build event-based/pub-sub code in Ruby
Rocketman is a gem that introduces Pub-Sub mechanism within your Ruby code.The main goal of Rocketman is not to replace proper message buses like Redis PubSub/Kafka, but rather be a stepping stone. You can read more about the rationale behind the ...




Create a Microservice in Rails with minimal ceremony
This gem provides:transparent API key authentication.router-level API version based on headers.a way to document your microservice endpoints via acceptance tests.structured errors, buildable from invalid Active Records, Exceptions, or by hand.This...