Skip to content

Ruby on Rails Development Guidelines

Objective: Define standards for building productive, secure, and maintainable web applications with Rails, covering conventions, ActiveRecord, routing, security, background jobs, and testing.

Source File

View the full rule: .agent/rules/rails.md

Sections

    1. Convention over Configuration
    1. ActiveRecord Best Practices
    1. Routing & API Design
    1. Security
    1. Background Jobs, Testing & Operations

Released under the MIT License.