Writing on software design, Ruby on Rails development, and AI convergence.

Where I share what I'm exploring in software development, Ruby on Rails, AI, and everything in between.

Upgrading Rails applications with an AI skill

Learn how the custom Rails Upgrade Assistant Skill, built on Anthropic's platform, automates the tedious process of merging configurations and detecting breaking changes when upgrading Ruby on Rails applications (v7.0 to v8.1). Includes details on its intelligent analysis and custom code preservation features.

Rails MCP Server: Enhanced Documentation Access

Learn how Rails MCP Server's new documentation resources provide consistent, up-to-date Rails guides across multiple LLM clients. Includes MCP proxy setup and Neovim integration for enhanced AI-assisted Rails development workflows.

Rails MCP Server with HTTP Server-Sent Events support

Rails MCP Server v1.1.0 introduces FastMCP integration and HTTP Server-Sent Events (SSE) support. Learn about the improved code organization, new tools, and how to use HTTP mode with SSE for integration with LLM clients.

Rails MCP Server - Enhancing AI-Assisted Development

Discover how the Rails MCP Server creates a bridge between Claude AI and your Rails projects, improving code quality and developer workflow while maintaining control over your Neovim-based development process.

Nobuild with Rails and Importmap

Learn how to use Importmap in Ruby on Rails to manage JavaScript dependencies without bundling. Covers web standards, Rails integration, gems compatibility, and suggested practices.