Skip to main content
avo-hq
GitHub-Creator-Profil

avo-hq

Repository-Ansicht von 64 gesammelten Skills in 3 GitHub-Repositories.

gesammelte Skills
64
Repositories
3
aktualisiert
1. Sept. 2026
Repository-Explorer

Repositories und repräsentative Skills

avo-admin-config
Softwareentwickler

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. Juli 2026
avo-dashboards-cards
Softwareentwickler

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. Juli 2026
avo-actions
Softwareentwickler

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. Juli 2026
avo-associations
Softwareentwickler

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. Juli 2026
avo-audit-logging
Softwareentwickler

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. Juli 2026
avo-authentication
Softwareentwickler

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. Juli 2026
avo-authorization
Softwareentwickler

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. Juli 2026
avo-aware
Softwareentwickler

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. Juli 2026
Es werden 8 von 35 gesammelten Skills angezeigt.
avo-update
nicht klassifiziert

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. Sept. 2026
avo-admin-config
nicht klassifiziert

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. Aug. 2026
avo-index-views
nicht klassifiziert

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. Aug. 2026
avo-navigation-search
nicht klassifiziert

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. Aug. 2026
avo-fields
nicht klassifiziert

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. Aug. 2026
avo-filters
nicht klassifiziert

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. Aug. 2026
avo-actions
nicht klassifiziert

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. Aug. 2026
avo-associations
Softwareentwickler

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. Aug. 2026
Es werden 8 von 25 gesammelten Skills angezeigt.
3 von 3 Repositories angezeigt
Alle Repositories angezeigt