ruby rails

rails_8_default

Configuration

Minimum Version
3.3
Package Manager
bundler
Test Framework
minitest
Linter
rubocop
Formatter
standardrb
Test Runner
minitest

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

Included in Rulesets

Ruby Style Guide
25 rules • 1 standard
View
Minitest Testing
24 rules • 1 standard
View
Rubocop Standards
21 rules • 1 standard
View
Bundler Standards
23 rules • 1 standard
View

Add This Standard

Sign in to add this standard to your workspace

Sign in with GitHub

Details

Language
ruby
Framework
rails
Used in
4 rulesets