What problem does it solve?
Speeds up creating and updating Avo 3.x resources by providing the correct resource/field DSL structure and best practices, so you avoid broken discovery and inconsistent associations.
Core Features & Use Cases
- Creates Avo 3.x resource files from your Rails model and recommended DSL patterns, including
self.title, self.includes, and self.description.
- Designs complete field definitions using the proper
field syntax, options, view-specific methods (display_fields, form_fields, etc.), computed fields, formatting, and associations.
- Guides resource configuration choices like search, ordering, pagination/sorting, actions/filters/scopes integration, and view visibility precedence.
- Common use cases: adding fields to existing resources, configuring resource options, setting up associations in Avo, generating resources from models, and working on any files under app/avo/resources/.
Quick Start
Create a new Avo resource for the Post model, including standard fields, association fields for user/comments/tags, and computed fields where helpful.