rails-concern
Installation
SKILL.md
Rails Concern Generator (TDD)
Creates concerns (ActiveSupport::Concern modules) for shared behavior with tests first.
Quick Start
- Write failing test for the concern behavior
- Run test to confirm RED
- Implement concern in
app/models/concerns/orapp/controllers/concerns/ - Run test to confirm GREEN