Tutorials






How I set up Factory Bot on a fresh Rails project
A reader of mine recently asked me how I set up Factory Bot for a new Rails project.There are four steps I go through to set up Factory Bot.Install the factory_bot_rails gemSet up one or more factory definitionsInstall FakerAdd the Factory Bot syn...




A reliable and robust messaging bus for Ruby and Rack
A reliable, robust messaging bus for Ruby processes and web clients.MessageBus implements a Server to Server channel based protocol and Server to Web Client protocol (using polling, long-polling or long-polling streaming)Since long-polling is im...