Skip to main content
avo-hq
Perfil de criador do GitHub

avo-hq

Visão por repositório de 64 skills coletadas em 3 repositórios do GitHub.

skills coletadas
64
repositórios
3
atualizado
1 de set. de 2026
explorador de repositórios

Repositórios e skills representativas

avo-admin-config
Desenvolvedores de software

Configure Avo's app-wide admin settings in config/initializers/avo.rb via Avo.configure — app name, timezone/currency, per-page and index behavior, layout width, home redirect, open-in-editor links, and the other global knobs that don't belong to a single…

29 de jul. de 2026
avo-dashboards-cards
Desenvolvedores de software

Build Avo dashboards — grids of cards defined in `app/avo/dashboards/*.rb` — and the six card types they host (`app/avo/cards/*.rb`): metric, chartkick chart, partial, html, table, and list. Cards render on a dashboard page or on a resource's index/show/form…

29 de jul. de 2026
avo-actions
Desenvolvedores de software

Build Avo actions — Ruby classes in `app/avo/actions/*.rb`, registered on a resource's `def actions` — that run a custom operation on selected records, a single record, or nothing at all, with optional form fields, a confirmation modal, feedback…

29 de jul. de 2026
avo-associations
Desenvolvedores de software

Wire Active Record relationships into Avo resources as association fields (`field :x, as: :belongs_to | :has_one | :has_many | :has_and_belongs_to_many`) inside `def fields` in `app/avo/resources/<model>.rb`, including polymorphic and `has_many :through`…

29 de jul. de 2026
avo-audit-logging
Desenvolvedores de software

Track and visualize who changed, viewed, or acted on records in an Avo admin — an activity timeline, changeset diffs, and revert — powered by the Enterprise `avo-audit_logging` gem on top of `paper_trail` (or `audited`). Use when the user wants an audit trail…

29 de jul. de 2026
avo-authentication
Desenvolvedores de software

Tell Avo who the current user is, gate access to the admin, and wire up roles, the sidebar profile widget, and the sign-out link — all in config/initializers/avo.rb and routes.rb. Use when the user wants to set config.current_user_method, integrate Devise or…

29 de jul. de 2026
avo-authorization
Desenvolvedores de software

Lock down an Avo admin with Pundit policies — control who sees each resource, button, action, association, and file field via `app/policies/*.rb` policy methods plus `config.authorization_client = :pundit`. Use when the user wants to restrict who can do what…

29 de jul. de 2026
avo-aware
Desenvolvedores de software

Keep the Avo admin panel in sync when you change a Rails model, migration, or add a capability — even when the request never mentions Avo. Use only in an app that has the `avo` gem in its Gemfile AND an `app/avo/` directory, when the user asks to add or…

29 de jul. de 2026
Mostrando 8 de 35 skills coletadas.
avo-update
sem classificação

Update an app's Avo gems and apply every upgrade-guide step for the versions crossed — record the current versions, run `bin/rails avo:update`, diff `Gemfile.lock` to see the real jump, then work the upgrade guide section by section from oldest to newest,…

1 de set. de 2026
avo-admin-config
sem classificação

Configure Avo's app-wide admin settings in config/initializers/avo.rb via Avo.configure — app name, timezone/currency, per-page and index behavior, layout width, home redirect, open-in-editor links, and the other global knobs that don't belong to a single…

31 de ago. de 2026
avo-index-views
sem classificação

Control how records render on an Avo resource's Index screen — table styling, grid cards, map markers, and which view types are available. Use when the user wants to change how a list of records looks or behaves on the index. Avo phrasings ("enable grid…

31 de ago. de 2026
avo-navigation-search
sem classificação

Navigate and search an Avo admin — per-resource search (`self.search`), searching across fields and through associations, search authorization and result limits, breadcrumbs, keyboard shortcuts, and the auto-generated sidebar. Use when the user wants to make…

31 de ago. de 2026
avo-fields
sem classificação

Add or change fields in an Avo resource's `def fields` — pick the `as:` type, set options (required, default, help, visibility, formatting), and use computed and view-specific fields. Use when the user wants to add a field to an Avo resource, or — said…

20 de ago. de 2026
avo-filters
sem classificação

Route a filtering request to the right Avo system, then implement basic filters (developer-written Ruby filter classes) on a resource's Index view. Use when the user wants to filter, segment, or set a default view for the records on a resource index — e.g.…

19 de ago. de 2026
avo-actions
sem classificação

Build Avo actions — Ruby classes in `app/avo/actions/*.rb`, registered on a resource's `def actions` — that run a custom operation on selected records, a single record, or nothing at all, with optional form fields, a confirmation modal, feedback…

19 de ago. de 2026
avo-associations
Desenvolvedores de software

Wire Active Record relationships into Avo resources as association fields (`field :x, as: :belongs_to | :has_one | :has_many | :has_and_belongs_to_many`) inside `def fields`, including polymorphic and `has_many :through` / `has_one :through` relations,…

18 de ago. de 2026
Mostrando 8 de 25 skills coletadas.
Mostrando 3 de 3 repositórios
Todos os repositórios foram exibidos