rails-workflow
Installation
SKILL.md
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.
Rails Workflow
Tool Grid
| Task | Tool | Command |
|---|---|---|
| Lint | StandardRB + standard-rails | bundle exec standardrb |
| Security | Brakeman | bundle exec brakeman |
| Test | RSpec Rails | bundle exec rspec |
| Console | Rails | bundle exec rails console |
| Server | Rails | bundle exec rails server |
| Routes | Rails | bundle exec rails routes |