Presentation Slides for RubyConf Austria 2026 Talk "Frontend Ruby on Rails with Glimmer DSL for Web"
My talk “Frontend Ruby on Rails with Glimmer DSL for Web” went well at RubyConf Austria 2026. Especially given that after the talk, Chad Fowler (the s
ruby
dev.to
Jun 02, 2026
What I learned writing a Shopify Scripts Functions parser
Shopify is killing Scripts on June 30, 2026. That's 28 days from when I'm writing this. After that, every Shopify store running Ruby Scripts to custom
ruby
dev.to
Jun 02, 2026
Ruby on Rails in the AI Era: Why don't need to switch to Python
Why Ruby on Rails Developers Don't Need to Switch to Python for AI
For the last few years, every AI conversation seemed to end with the sam
ruby
dev.to
Jun 02, 2026
Building AI-Powered Dream Analysis with Mistral AI in My Rails API
Pastel is a project I built alone — an API where users log their sleep experiences: dreams, nightmares, lucid sleeps, and the emotional patterns that
ruby
dev.to
Jun 02, 2026
I built a gem that finds unused CSS classes in Rails apps — here's the interesting problem I had to solve
Yesterday I published my first Ruby gem — rails-persona, a behavioral analytics library that lets you track user actions directly on ActiveRecord mode
ruby
dev.to
Jun 02, 2026
I open-sourced a modern acts_as_tenant alternative for Rails 7+
---
title: "Introducing rails-tenantify: Row-Level Multi-Tenancy for Rails 7+"
published: true
description: "A modern, safe, and robust row-level mul
ruby
dev.to
Jun 01, 2026
How We Stopped Tenants From Hogging the Job Queue - Tenant-Level Parallel Job Limiting in Sidekiq
The Context: What is Commerce Connect?
At Casa Retail AI, we have an internal platform called Commerce Connect (CC).
Commerce Connect acts
ruby
dev.to
Jun 01, 2026
Count, Length, or Size? Avoiding ActiveRecord Performance Traps
I remember when I first started with Rails, I thought .count, .length, and .size were exactly the same thing. I used them interchangeably in my views
ruby
dev.to
May 31, 2026
I built rails-persona — behavioral analytics for Rails with zero external services
The problem
Every SaaS app eventually needs to answer the same questions:
Which features do my users actually use?
Who are my most active
ruby
dev.to
May 31, 2026
Mastering Background Processing in Rails 8: Sidekiq & Redis Optimization
In modern web applications, keeping the Request-Response cycle fast is crucial for user experience. If a user registers on your Rails 8 app and you tr
ruby
dev.to
May 31, 2026
A Simpler ButtonComponent: Just Render a Div
A couple of weeks ago I wrote about trying to build a universal ButtonComponent — one with no custom CSS classes. The result worked but was complicate
ruby
dev.to
May 30, 2026
From ERB to Phlex: 5 Steps to Pure Ruby Views
I love Rails, but I’ve always found ERB to be a bit messy. You spend your whole day jumping between the "Backend" (clean Ruby code) and the "Frontend"
ruby
dev.to
May 30, 2026
Ruby on Rails End of Life: Rails 6.1 EOL, Rails 7.0 EOL — What's Still Supported in 2026
The Rails maintenance policy is lean by design: only the most recent minor version of the most recent two major versions receives security patches. Ev
ruby
dev.to
May 30, 2026
SOLID Principles in Ruby on Rails
SOLID Principles in Ruby on Rails
SOLID is not a Rails or Ruby concept. It's a set of five object-oriented design principles that apply to
ruby
dev.to
May 29, 2026
🇺🇸 Introducing Rails HTTP Lab: Test Your Rails Routes Directly Inside Your Application
When working with Ruby on Rails, testing HTTP endpoints is part of everyday development.
Most of the time, we rely on tools like Postman, Insomnia, c
ruby
dev.to
May 29, 2026
🇧🇷 Apresentando Rails HTTP Lab: teste rotas Rails diretamente dentro da sua aplicação
Quem trabalha com Ruby on Rails sabe que testar endpoints HTTP faz parte da rotina de desenvolvimento.
Na maioria das vezes usamos ferramentas como P
ruby
dev.to
May 29, 2026
Building user-customizable themes with Tailwind CSS
A little while ago I was asked to to build a “white-label” feature into an existing app. Their customers can now customize the app to match their bran
ruby
dev.to
May 28, 2026
LLM Cost Tracking for Rails
A Rails app starts calling OpenAI or Anthropic. A few months later someone in finance asks "who's burning $X a month on this and on what?" The answer
ruby
dev.to
May 28, 2026
Same 3 tasks, they spent $30, we spent $5 — OpenClacky 1.0, an open-source AI agent optimized for token cost
Most AI agents don't have a cost problem on paper. They have a cost problem at the end of the month.
More and more people use AI agents for real work
ruby
dev.to
May 28, 2026
TIL 5/27/26
Tomato Crusher (working title) Test-Build-Resolution Tracker
I'm taking the approach of build, test, fail, iterate. This will be a short-hand recap o
ruby
dev.to
May 28, 2026