Skip to main content

avo-engine-internals

The Rails-engine plumbing you touch when writing custom Ruby that runs inside Avo — engine path helpers (`avo.` vs `main_app.`), `Avo::Current`, `Avo::ExecutionContext`, reserved model names and route conflicts, `Avo::Services::EncryptionService`, and calling your app's helpers from inside Avo. Use when the user wants to link from the admin back to their main app, fix `undefined method 'posts_path'` inside Avo, access the current user / request / params / context / tenant inside an Avo block, know which variables (`record`, `resource`, `view`, `current_user`) a lambda gets or why `record` is nil, use an app view helper inside an Avo field, fix a model named `resource` / `chart` / `search` / `home` that breaks the admin, keep a reserved-name model while renaming its resource (`--model-class`), or encrypt a value to pass through Avo params.

Jump to install

Source facts

Repository
avo-hq/avo
Last source activity
August 4, 2026 at 10:54
Detected SKILL.md language
English
Stars
1,797
Forks
315

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.