Tutorials
Persistent Connections in Ruby: Streaming Bodies, SSE, and WebSockets with Rack | DevelClan
Learn how to implement persistent connections in Ruby using Rack, from streaming bodies and Server-Sent Events (SSEHTTP was born with a request/response model: the client opens a connection, sends a request, the server responds, and the connection...
Caching Rendered PDFs in Rails with Active Storage - Harisankar P S | Ruby on Rails Developer
As I was working on easyclientlog.com, building its invoice system that allows freelancers/consultants to generates PDFs. Working with PDF generating is that, its takes time and CPU cycles. But most of the time the pdf only needs to be generated o...
Add a multi-step form/wizard to your Rails app | Rails Designer
Over the years there have been many an article that suggest shorter forms have a positive impact on user experience (UX). Aside from a better experience, having shorter forms also means collecting less data on your users. Good for your users, good...
Why Can't We Just... Send an HTML Email - Julik Tarkhanov
Now, we computer-savvy household members know darn well that HTML email is, on the list of terrible IT things we have to help others with, right below the “can we get this printer to work?”. It can get… challenging. And yet, given that I have done...