Browsing Tag
rails
53 posts
Introducing Caelus
It’s not often you finally build something you’ve been dreaming about for more than a decade. For me,…
Visual loading states for Turbo Frames with CSS only
This article was originally published on Rails Designer When you use Turbo Frames on your page you can…
released: active_record_compose 1.0.0 — Wrap multiple models with an ActiveModel interface
I just released version 1.0.0 of my gem active_record_compose. 🎉 hamajyotan/active_record_compose (GitHub) As mentioned in my previous post,…
ANN: omniauth-identity v3.1.4
Photo (cropped) by Mike Hindle on Unsplash 3.1.4 – 2025-07-28 TAG: v3.1.4 COVERAGE: 92.06% — 348/378 lines in…
Sanitize your strings in JavaScript like a Rails developer
This article, originally published on Rails Designer, is extracted from the book JavaScript for Rails Developers. Get your…
Console Utilities You (Didn’t) Know
This article (initially published on Rails Designer) was taken, but adapted for the web, from the book JavaScript…
How to Send Requests from Stimulus Controllers
This article was originally published on Rails Designer When working with the Hotwire stack, most can be done…
Multiple component variants with Tailwind
This article was originally published on Rails Designer One thing vanilla CSS does really well is extensibility. A…
Rails CI/CD with Dokku & GitHub Actions
As developers, we’re always looking for ways to streamline our deployment process while maintaining security and reliability. Today,…
Streaming CSV Downloads in Rails: A Practical Guide
Streaming large CSV files directly from your Rails application is an efficient way to handle data exports, especially…