real-world-rails
Installation
SKILL.md
Rails Pattern Research
What This Is
The Real World Rails repository is a collection of 200+ production Rails
application source code. The apps/ directory contains the full source of
each app — models, migrations, schema, controllers, views, concerns, gems.
The engines/ directory contains Rails engines.
Locating the Repository
Look for a directory called real-world-rails with an apps/ subdirectory.
Check the current working directory first, then ~/src/real-world-rails. If
not found, ask the user where it lives.