ruby
rails
rails_8_default
Official
Configuration
Policy
Use Minitest (Rails default) for all tests - do NOT add RSpec.
Use Hotwire/Turbo for interactivity before adding SPA frameworks.
Use SolidQueue for background jobs (Rails 8 default).
Use SolidCache for caching when Redis is not required.
Commands
dev
bin/dev
lint
bundle exec rubocop
test
rails test
setup
bin/setup
security
bundle exec brakeman --no-pager --quiet
Add This Standard
Sign in to add this standard to your workspace
Sign in with GitHubDetails
- Language
- ruby
- Framework
- rails
- Used in
- 4 rulesets