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