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
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
The AI-Ready Redesign: How Spec-Driven Development Is Changing the Way Teams Build

Redesign prep matters, but what does it actually look like when AI is in the room?

#AI#Ruby on Rails#testing
Added: 14 May 2026

The next level for nested forms with Stimulus: add edit, delete and drag-and-drop reposition features.

#Ruby on Rails#Frontend#HOTWire#Backend
Added: 13 May 2026
Data Sovereignty: How to Keep All of Your Services in Europe (AppSignal + Hatchbox) | AppSignal Blog

Here's how you can have a PaaS-like experience while keeping all of your services in Europe with AppSignal and Hatchbox.

#Ruby on Rails#DevOps
Added: 13 May 2026
Migrating a Rails App From Sprockets to JS Bundling With Esbuild - FastRuby.io | Rails Upgrade Service

A six-phase guide to migrating a Rails app from Sprockets to jsbundling-rails + esbuild. Covers jQuery, Bootstrap, Docker, gotchas, and lessons learned.

#Ruby on Rails#Consulting
Added: 13 May 2026
Use class_names to Conditionally Apply CSS Classes

Stop interpolating CSS classes with ternaries in your ERB templates.

#Ruby on Rails#Frontend
Added: 13 May 2026
Formatting an entire 25 million line codebase overnight: the rubyfmt story

This is the story of how our Developer Productivity team extended and rolled out rubyfmt, our Rust-based zero-config, ultra-fast autoformatter across the world's largest Ruby codebase.

#Ruby
Added: 7 May 2026
The Rails Way in 2026

… and check why 5600+ Rails engineers read also this

#Ruby on Rails#Consulting
Added: 6 May 2026
Tiered API Rate Limits in Rails 8.2 with Dynamic rate_limit

Build per-plan API rate limits (free, pro, enterprise) using Rails 8.2's dynamic rate_limit options, with no Rack::Attack or custom middleware.

#Ruby on Rails#Backend
Added: 6 May 2026
Avoid html_safe with Tag Helpers, safe_join, and sanitize

Rails has better tools than html_safe for building HTML safely in your helpers and views.

#Ruby on Rails#Frontend
Added: 6 May 2026
From 0 signal to 128 cold signups: product validation on a $2K budget—Martian Chronicles, Evil Martians’ team blog

A story of validating product demand on a $2K budget with 128 cold-traffic signups, an A/B winner at 95% confidence, and a sequenced playbook founders can run themselves.

#Consulting
Added: 6 May 2026
Finding the Right Problems to Solve with AI

AI's real efficiency comes from picking the right problem to solve. Our consulting team shares how to find the AI use case worth a real solution.

#AI#Consulting
Added: 30 Apr 2026
CalendarJS - JavaScript Calendar, Schedule & Timeline Components

Lightweight date picker, event scheduler, and timeline components for JavaScript. Works with React, Vue, and Angular. Free and open source.

#Javascript#Frontend#Tools
Added: 25 Apr 2026
<dialog> and popover: Baseline layered UI patterns  |  Articles  |  web.dev

Learn how to build UI patterns for modal windows and prompts using the &lt;dialog&gt; and popover web features.

#Frontend#CSS
Added: 25 Apr 2026
The Folder Is the Agent

I'm running 44 AI agents across multiple projects. Each one is just a model pointed at a folder.

#AI#Productivity
Added: 17 Apr 2026
What To Know in JavaScript (2026 Edition) – Frontend Masters Blog

An overview of what's new in language features, frameworks, runtimes, build tools, testing, and more.

#Javascript#Frontend
Added: 16 Apr 2026
Testing Anti-Pattern: Distracting Setup Data - SaturnCI - Continuous Integration for Ruby on Rails

Every month I walk to the end of my driveway and stuff my mailbox with a tall stack of letters. Actually, I have to repeat this process a few times, because sta...

#Ruby on Rails#testing
Added: 16 Apr 2026

Let’s imagine we have a database table of Pokémon, like so1:

#database
Added: 16 Apr 2026
Making your site visible to LLMs: 6 techniques that work, 8 that don't—Martian Chronicles, Evil Martians’ team blog

Most AI SEO advice is unproven. We tested what ChatGPT, Claude, and Perplexity actually read on our own site. Six LLM visibility techniques that worked, eight that didn't, and the metrics to tell the difference.

#AI#Ruby on Rails#Backend
Added: 16 Apr 2026
Use Rails Combined Credentials

Rails 8.1 adds Rails.app.creds to unify ENV variables and encrypted credentials behind a single API.

#Ruby on Rails
Added: 14 Apr 2026
How LinkedIn Feed Uses LLMs to Serve 1.3 Billion Users

In this article, we will look at how the LinkedIn engineering team rebuilt the Feed and the challenges they faced.

#AI
Added: 13 Apr 2026
Stop Using RVM: The Ultimate Guide to Ruby Version Managers

rbenv vs rvm vs asdf vs mise vs chruby vs direnv

#Ruby
Added: 9 Apr 2026
Our Rails Upgrade Methodology as Claude Code Skills - FastRuby.io | Rails Upgrade Service

An Open Source Claude Code skill based on our 60,000+ hours of Rails upgrade experience. Learn how our opinionated methodology teaches Claude Code to upgrade Rails, fast.

#AI#Ruby on Rails#AI Skills
Added: 9 Apr 2026
From 6 Minutes to 66 Seconds: Migrating 9,835 Model Tests to Minitest with an AI Agent Swarm

RSpec model specs: 6 minutes for 3,780 examples. Minitest model tests: 66 seconds for 9,835 tests. Both parallel. I built a 6-gate multi-agent pipeline in Claude Code to make the migration work.

#Ruby on Rails#testing#AI
Added: 8 Apr 2026
Next Last