Coding

Repository Guidelines

Rails code lives in `app/` (controllers, jobs, services) with reusable helpers in `lib/`. Assets compile from `app/assets/stylesheets` into `app/assets/builds`, and static files sit in `public/`. Database changes belong to `db/migrate` with seeds in `db/seeds.rb`. Configuration is centralized in `co

promptBeginner5 min to valuemarkdown
0 views
Feb 7, 2026

Sign in to like and favorite skills