Cursor rules for Rails development with basic setup.
.cursorrules veya .cursor/rules/rails.mdc Rails 8 Development Guidelines - Prefer Rails command-line generators over hand-written boilerplate. - Use `bin/dev` for local development and check logs after significant changes. - Follow Rails 8 conventions for Solid Queue, Solid Cache, Solid Cable, Propshaft, and Kamal where appropriate. - Keep controllers RESTful and focused; use service objects for complex business logic. - Use PostgreSQL, proper indexes, connection pooling, and safe migrations. - Write Minitest coverage for models, controllers, and integration flows. - Use Hotwire for standard Rails interactivity and Vite only when npm-managed JavaScript is needed.
Rails 8 Development Guidelines
bin/dev for local development and check logs after significant changes.Cursor rules for Cypress development with API testing.
Cursor rules for Elixir development with Phoenix and Docker integration.
FastAPI best practices and patterns for building modern Python web APIs
Cursor rules for FastAPI services with router/service/repository boundaries, typed provider adapters, bulkhead isolation, idempotency, and domain exceptions.
Cursor rules for Go development with backend scalability.
Cursor rules for Go development with ServeMux REST API integration.