Tutorials

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...




Setting up multi-factor authentication - RubyGems Guides
Your rubygems.org account is important! Unauthorized access of your account can lead to irrevocable damage to your gem’s reputation. We highly recommend that you enable MFA for both UI and API. When enabled, we will ask you to provide a one-time p...


Mocking in Ruby with Minitest - Semaphore Tutorial
Mocking is used to improve the performance of your tests. This tutorial will show you how to use mocks and stubs in Ruby with Minitest.In this tutorial, we will learn how to test Ruby on Rails applications with Minitest. We’ll cover how to do use ...



Introduction to Stimulus Reflex (Example) | GoRails
Stimulus Reflex is one of the coolest new libraries out there. It can update the browser in realtime and allow you to build reactive applications without any Javascript. It's awesome.NotesEver heard of Phoenix LiveView and wished you had it in Rai...