Topic

Rails

12 posts filed under this tag


AI · Claude CodeBuilding Lexio with Two Claudes: A Workflow That Actually Works

How I use Claude Projects for architecture decisions and Claude Code for implementation—keeping thinking and coding deliberately separate, with Lexio as a real-world example.

Mar 13, 20265 min
Basecamp · RailsInside Fizzy's Authentication Architecture: A Three-Tier Approach to Multi-Tenant SaaS

How 37signals' Fizzy structures multi-tenant authentication with an Identity → User → Account model, enabling users to belong to multiple organizations cleanly.

Jan 09, 20267 min
Cloudflare · DeploymentMy First Rails Deployment Journey with Kamal

Notes on deploying a Rails app with Kamal for the first time: proxy conflicts with Caddy, Cloudflare forward_headers, and debugging Docker volume mounting errors.

Oct 22, 20252 min
Essays · RailsHaste Makes Waste

While refactoring a project that I migrated from Phoenix to Rails, I realized that a lot of messy code isn't poorly written—it's poorly thought out. Instead of writing and revising as you go, it's better to think one step ahead before you start. As that famous line from JoJo goes: the detour is the shortest shortcut.

Oct 10, 20252 min
Database · PostgreSQLPostgreSQL 18 and Rails: Compatibility and Native UUIDv7

A look at PostgreSQL 18's release from a Rails developer's perspective: ActiveRecord compatibility patches and built-in native uuidv7() support.

Oct 04, 20252 min
Phoenix · RailsMy Tailwind CSS Journey: From Skeptic to Pragmatist

Why I initially dismissed Tailwind CSS as inline styles revisited, and what changed my mind after using it in real-world Rails and Phoenix projects.

Sep 06, 20253 min
AI · ElixirFrom Rails to Phoenix: How AI Tools Shifted My Tech Stack

How my personal tech stack evolved from Rails Hotwire to React, and eventually to Phoenix LiveView—and why AI coding tools like Tidewave made Phoenix click for solo projects.

Jun 16, 20253 min
Frontend · HotwireMoving from Hotwire to Vite and React

Why I moved a personal Rails project from Hotwire to Vite and React: UI component libraries like shadcn/ui, real-time AI component previewing, and the inevitable deployment trade-offs.

Mar 01, 20253 min
Google Login · RailsImplementing Google Login in Ruby on Rails without Devise

How to implement Google OAuth login in Rails 8 using OmniAuth and the built-in authentication generator, without relying on Devise.

Jan 12, 20252 min
Neovim · RailsImplementing VS Code-like Ruby LSP Features in Neovim

Learn how to configure Neovim to support VS Code-style navigation features for Ruby on Rails projects using Ruby LSP, including route definition lookups and view file navigation through Code Lens.

Jan 03, 20252 min
All postsNext