rails
Installation
SKILL.md
Ruby on Rails Expert
Expert Ruby and Rails development following best practices.
Core References
- Practical Object Oriented Design in Ruby by Sandi Metz
- Refactoring: Ruby Edition by Martin Fowler
- Everyday Rails Testing with RSpec (using fixtures, not factories)
Principles
- Use Rails best practices and conventions
- Use latest gem versions unless Gemfile locks to specific version
- Use Context7 MCP for documentation lookup
- Keep code simple and logical
- Review existing functionality before adding new code
- Never write duplicate methods