Skip to content

Instantly share code, notes, and snippets.

@mohammed-ridwan
mohammed-ridwan / zeitwerk.md
Last active September 24, 2025 11:24
Naming Conventions for Zeitwerk Autoloading

📝 Naming Conventions for Zeitwerk Autoloading

Zeitwerk relies strictly on file names, directory structure, and constant names.
Following these conventions ensures Rails can autoload classes and modules without errors.


📂 File & Class Naming Rules

1. File names → snake_case