Browsing Tag
ruby
63 posts
The Caching Pyramid: A Sculptor’s Guide to Performance
You stand before a block of raw marble. This is your application—powerful, full of potential, but rough and…
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…
What If Ruby Didn’t Have Syntactic Sugar?
If Ruby didn’t implement syntactic sugar, the language would still work just fine, but it wouldn’t be the…
Unveiling the Magic of Object-Oriented Programming with Ruby
Welcome, aspiring code wizards and seasoned developers alike! Today, we embark on an exciting journey into the heart…
How to Fix Capybara-Webkit Installation Errors on Ubuntu?
Installing gems in Ruby often encounters hurdles, especially when transitioning environments, such as from Mac to Ubuntu. If…
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…