Skip to main content
avo-hq
ملف منشئ GitHub

avo-hq

عرض على مستوى المستودعات لـ ٦٤ skills مجمعة عبر ٣ مستودعات GitHub.

skills مجمعة
٦٤
مستودعات
٣
محدث
١ سبتمبر ٢٠٢٦
مستكشف المستودعات

المستودعات و skills الممثلة

avo-admin-config
مطوّرو البرمجيات

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…

٢٩ يوليو ٢٠٢٦
avo-dashboards-cards
مطوّرو البرمجيات

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…

٢٩ يوليو ٢٠٢٦
avo-actions
مطوّرو البرمجيات

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…

٢٩ يوليو ٢٠٢٦
avo-associations
مطوّرو البرمجيات

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`…

٢٩ يوليو ٢٠٢٦
avo-audit-logging
مطوّرو البرمجيات

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…

٢٩ يوليو ٢٠٢٦
avo-authentication
مطوّرو البرمجيات

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…

٢٩ يوليو ٢٠٢٦
avo-authorization
مطوّرو البرمجيات

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…

٢٩ يوليو ٢٠٢٦
avo-aware
مطوّرو البرمجيات

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…

٢٩ يوليو ٢٠٢٦
عرض 8 من أصل ٣٥ skills مجمعة.
avo-update
غير مصنف

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,…

١ سبتمبر ٢٠٢٦
avo-admin-config
غير مصنف

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…

٣١ أغسطس ٢٠٢٦
avo-index-views
غير مصنف

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…

٣١ أغسطس ٢٠٢٦
avo-navigation-search
غير مصنف

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…

٣١ أغسطس ٢٠٢٦
avo-fields
غير مصنف

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…

٢٠ أغسطس ٢٠٢٦
avo-filters
غير مصنف

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.…

١٩ أغسطس ٢٠٢٦
avo-actions
غير مصنف

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…

١٩ أغسطس ٢٠٢٦
avo-associations
مطوّرو البرمجيات

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,…

١٨ أغسطس ٢٠٢٦
عرض 8 من أصل ٢٥ skills مجمعة.
عرض ٣ من أصل ٣ مستودعات
تم تحميل كل المستودعات