Live Background Job Progress in Rails 8.1 with Rails.event and Continuations

Show users live progress on long-running background jobs using Rails 8.1's structured event reporter and Active Job Continuations, with no polling and no per-job broadcast wiring.

#Ruby on Rails
Added: 14 May 2026

Build a copy-paste custom element for image uploads that works anywhere in your Rails app. Drag-and-drop, previews and form integration without any framework overhead.

#Ruby on Rails#Frontend
Added: 14 May 2026

May 14, 2026 • Tagged Ruby and Ruby on Rails

#Ruby on Rails
Added: 18 May 2026

Moving away from Tailwind, and learning to structure my CSS

#Frontend#CSS
Added: 18 May 2026
Migrating from Sprockets to Propshaft in Rails 8

A step-by-step guide to migrate our Rails 7.1 app from Sprockets to Propshaft, covering Bootstrap, jQuery, Select2, and gems without npm packages.

#Ruby on Rails
Added: 19 May 2026
AI-assisted engineers are burning out, is this fine?—Martian Chronicles, Evil Martians’ team blog

AI-assisted code generation is not free. It comes with a hidden cost: burnout. Are we dangerously ignorant to this problem? And how can we cope with it? In this post, we discuss this question.

#AI#Productivity#Consulting
Added: 20 May 2026
It’s about time I tried to explain what progressive enhancement actually is

Progressive enhancement hasn’t caught on nearly as much as it should. It’s likely related to folks not being able to envision it working in their real world contexts. This post attempts to alleviate that and reignite the conversation.

#Frontend
Added: 20 May 2026

Process inbound emails from any email provider using Fuik.

#Ruby on Rails#Backend
Added: 21 May 2026
The Art of Deleting Code: Why Your One-Man App Should Be Shrinking

Most developers think that "progress" means adding lines of code. We feel good when we finish a new...

#Ruby on Rails
Added: 28 May 2026
How soon is now in PostgreSQL? - Event-Driven.io

Event-Driven by Oskar Dudycz

#postgres
Added: 28 May 2026
Persistent multiplayer state without chaos

How I keep a live multiplayer game consistent with PostgreSQL holding the truth and Redis doing the fast work

#database#Consulting
Added: 28 May 2026
Building user-customizable themes with Tailwind CSS

Create dynamic, white-label themes using Tailwind CSS color palettes and OKLCH color space. Change your app's entire color scheme with a single CSS variable.

#Ruby on Rails#Frontend
Added: 28 May 2026
Don't let AI burn you out - kukicola.io

AI made me faster, then it made me chaotic. Here's how I learned to run multiple agents without burning out.

#Soft Skills#AI
Added: 28 May 2026

A pragmatic pattern for wiring LLMs into a Rails app: base class, ERB prompts, two-level tests, and context strategies.

#AI#Ruby on Rails
Added: 2 Jun 2026
Running AI Locally for Ruby Development: A Practical Guide with Ollama, Aider, and Your Own Codebase

Ruby Stack News — by Germán Silva There's a quiet revolution happening in developer tooling, and it doesn't require a cloud subscription, an API key, or sending your proprietary code to someone else's server. Over the past few months I've been experimenting with running large language models entirel

#AI#Ruby
Added: 2 Jun 2026
Cool down before you install: give new gems a few days to be vetted

Most supply-chain attacks against RubyGems exploit a narrow window: an account is compromised, a malicious version ships, and any bundle install in the minutes that follow resolves straight to it. ...

#Ruby
Added: 3 Jun 2026
How to Choose a Gem Wisely (To Prevent a Maintenance Nightmare) - FastRuby.io | Rails Upgrade Service

How to decide whether to add a Ruby gem dependency or build it yourself: five factors to check for sustainable, maintainable, and secure Rails applications.

#Ruby on Rails
Added: 3 Jun 2026
2 Martians, greenfield to MVP in 4 weeks: agentic coding on Rails—Martian Chronicles, Evil Martians’ team blog

A designer and an engineer shipped a production MVP in four weeks on Rails + Inertia. In this post, we share our agentic coding stack, the skills we built, and why it clicked.

#AI#Ruby on Rails
Added: 10 Jun 2026
How to Leverage PurgeCSS in Your Rails App for Faster Stylesheets - FastRuby.io | Rails Upgrade Service

Large Rails apps often ship CSS bloated with unused framework classes. Learn how to add PurgeCSS to your asset pipeline to strip dead styles and speed up page loads.

#Ruby on Rails#CSS
Added: 10 Jun 2026
What an AI-Assisted Spike Taught Us About Selling Software

Earlier this year, we were in conversations with a potential client about a vehicle history lookup tool- a web app where dealers and buyers could enter a VIN...

#Ruby on Rails#Consulting#AI Skills
Added: 10 Jun 2026
Claude Code for the Semi-Reluctant, Somewhat Curious Ruby on Rails Developer

Practical workflows for Ruby on Rails developers: model selection, RSpec/Minitest, debugging, and CLAUDE.md conventions. From Planet Argon's real experiments.

#Ruby on Rails#Consulting#AI Skills
Added: 10 Jun 2026

Thoughts and learnings on writing better software

#Ruby on Rails
Added: 10 Jun 2026
The Hidden Costs of Technical Debt in Rails: Lessons From Client Projects - FastRuby.io | Rails Upgrade Service

Learn how technical debt creeps into Rails apps through structure, legacy gems, and quick fixes — and what teams can do to manage it strategically.

#Ruby on Rails
Added: 10 Jun 2026
Composition: Building with Parts

Building complex objects in Ruby with composition and modules as roles, and knowing when each one beats inheritance for your design.

#Ruby on Rails
Added: 11 Jun 2026
From Coder to Architect: How to Learn Rails When AI Writes the Code

I recently realized that the way I learned Ruby on Rails ten years ago is now completely obsolete.

#Ruby on Rails
Added: 11 Jun 2026
First Previous Next Last