Rails

Practical insights and tutorials about Ruby on Rails development, scaling, and best practices from real-world applications.

Ruby LSP Now Has Official Claude Code Support

Ruby LSP now has official Claude Code support. Install the plugin to give Claude go to definition, find references, and call hierarchy across your Ruby project.

Claude Code Worktrees Just Got Native Support (Here's What Changed)

Native Git WorkTree support just landed in Claude Code — but it doesn't give you database isolation. Here's how to extend it for real Rails projects.

Extending Claude Code Worktrees for True Database Isolation

Claude Code's native worktree support handles file isolation, but Rails apps need database isolation too. Here's how to extend it with the WorktreeCreate hook.

3. Building CreatorSignal: From Report to Refinement (LIVE)

This stream picks up where the last one left off. CreatorSignal is an idea validation tool for YouTube creators: you submit a video concept, a research agent

1. Building CreatorSignal: Rails Auth & Deploy from Scratch (LIVE)

I built a Rails app from scratch using only Claude Code as my AI coding partner. Here's the full, unedited session showing my real workflow for AI-augmented

Debug Production Errors in 5 Minutes with Claude AI

Today I'm showing you exactly how I debug production errors using Claude Code and the Sentry MCP—in a real Rails application.

How Buoy Software is Redefining Rails Development with ViewComponents

Discover how Buoy Software improved their Rails app by transitioning from React and GraphQL to ViewComponents. Learn about performance gains and simplified development.

Acceptance Tests with Subdomains

How to use subdomains in your feature specs.

Take Control of Your HTTP Caching in Rails

Get more control over HTTP caching in Rails.

Introduction to Conditional HTTP Caching with Rails

Learn how to implement HTTP conditional caching in Rails using fresh_when.

Scaling JSON APIs in Rails using ActiveModel::Serializers, Key-Based Caching, and Rack::Cache

Learn proven strategies for scaling JSON APIs in Rails applications. Performance optimization techniques using ActiveModel::Serializers, key-based caching, and Rack::Cache with real-world examples.

Using Uploadify with Rails 3 - Part 2 - Controller Example

A follow-up post on using Uploadify with Rails 3, focusing on setting up the controller to work with file uploads. This part covers handling content …

Using Uploadify with Rails 3

I recently worked on a couple of Rails projects which both implemented the ability to upload photos to the server. One of these projects required the …