guidelines
01Cursor rule Cursor
Code Patterns & Guidelines.
Set of instructions for your favorite AI agent (e.g. Cursor, Copilot, Claude, etc) for a "DHH-driven" Ruby on Rails development philosophy.
Cursor rule Cursor
Code Patterns & Guidelines.
Cursor rule Cursor
Rails Development Rules - The Rails Way with AI Agents.
Cursor rule Cursor
Remember: APIs are forever. Design them carefully, version them properly, and never break backward compatibility.
Cursor rule Cursor
Rails Background Jobs Guide (Solid Queue).
Cursor rule Cursor
Remember: Controllers are just the translation layer between HTTP and your application. Keep them simple and let other layers handle complexity.
Cursor rule Cursor
Rails 8 Core Principles Guide.
Cursor rule Cursor
Rails Deployment with Kamal.
Cursor rule Cursor
Remember: Hotwire is about sending HTML over the wire. Keep your client-side code minimal and let Rails do what it does best - render HTML on the server.
Cursor rule Cursor
Cursor rule "importmaps" from levifig/rails-instructions, covering rails import maps guide, core philosophy, configuration principles, file organization and naming conventions for ai agents.
Cursor rule Cursor
Hotwire Native Guidelines.
Cursor rule Cursor
Rails Models and Active Record Guide.
Cursor rule Cursor
Remember: Premature optimization is the root of all evil. Profile first, optimize what matters, and keep solutions maintainable.
Cursor rule Cursor
Remember: Security is everyone's responsibility. Build it in from the start, not as an afterthought.
Cursor rule Cursor
Rails Service Objects Guide.
Cursor rule Cursor
Rails Styling with TailwindCSS.
Cursor rule Cursor
Remember: Tests are your safety net and documentation. Write them first, keep them simple, and maintain them well.
Cursor rule Cursor
Rails Views and Helpers Guide.