rails-controller
Installation
SKILL.md
Rails Controller Generator (TDD)
Creates RESTful controllers following project conventions with request specs first.
Quick Start
- Write failing request spec in
spec/requests/ - Run spec to confirm RED
- Implement controller action
- Run spec to confirm GREEN
- Refactor if needed