
Remote Ruby Kisses From Andrew, the Ruby Gala & Conference Workshops
Feb 13, 2026
They react to Claude Opus 4.6 and poke fun at AGI hype. A surprising Turbo Stream bug and Rails credentials decryption mystery lead to debugging stories. They talk about a new Ruby Gala fundraiser and who it honors. Conference hack days get critiqued and they propose turning them into structured workshops for better learning.
AI Snips
Chapters
Transcript
Episode notes
Hidden Method Overrode Rails Action
- Chris discovered a private controller method named action_name was overriding Rails' built-in action_name and causing routing confusion.
- Claude (the AI) pointed this out and saved Chris considerable debugging time.
Credentials Decryption Nightmare
- Chris helped a customer whose Rails credentials wouldn't decrypt because an unexpected production credentials file existed.
- Deleting the stray production credentials file fixed decryption immediately and inspired Chris to open a PR to improve error messages.
Be Conservative When Changing Framework Errors
- When changing low-level exceptions in a framework, avoid breaking existing handlers by adding context or a new exception carefully.
- Ask maintainers first and propose options to prevent widespread regressions.
