๐ BIG NEWS ๐ โฆ Avo 4 has officially SHIPPED โฆ ๐ the beta is over, 4.0 is here โฆ ๐ ๏ธ build admin panels, dashboards & internal tools at light speed โฆ โญ you are visitor #1,158,833 โฆ ๐ tell a friend โฆ best viewed in Ruby on Rails โฆ ๐ click here to see what’s new โฆ
Avo Gems
Browse all Avo gems and their available versions
avo
Avo is a very custom Content Management System for Ruby on Rails that saves engineers and teams months of development...
avo-advanced
Avo advanced package
avo-advanced_search
Advanced search for Avo apps.
avo-api
Avo API package
avo-audit_logging
Audit logging features for Avo.
avo-authorization
Avo Authorization package
avo-collaboration
Summary of Avo::Collaboration.
avo-custom_controls
Custom resource controls for Avo apps.
avo-dashboards
Dashboards for Avo apps.
avo-dynamic_collections
Dynamic collection for Avo apps.
avo-dynamic_filters
Dynamic filters for Avo.
avo-forms
Avo Forms package
avo-http_resource
Avo HTTP Resource package
avo-kanban
Avo Kanban package
avo-licensing
Licensing for Avo.
avo-menu
Menu builder feature for Avo.
avo-meta
No-code plugin to add custom fields to models with Avo
avo-nested
Avo nested records.
avo-notifications
Avo Notifications package
avo-permissions
Avo permissions.
avo-pro
Avo pro.
avo-reactive_fields
Avo reactive fields.
avo-record_reordering
Record reordering for Avo apps.
avo-scopes
Resource scopes for Avo apps.
db_config
DBConfig provides a powerful, database-backed configuration store for Rails applications. Store and retrieve configur...
jsonq
Query JSON/JSONB columns using ActiveRecord's where syntax. Works with store_accessor and supports PostgreSQL, MySQL,...
No gems found
Try a different search term.
Sample Gemfile
gem "avo", "~> 4.0.1"
gem "db_config"
gem "jsonq"
source "https://packager.dev/avo-hq/" do
gem "avo-advanced", "~> 4.0.0.beta.13"
gem "avo-advanced_search", "~> 4.0.0"
gem "avo-api", "~> 4.0.0"
gem "avo-audit_logging", "~> 4.0.0"
gem "avo-authorization", "~> 4.0.0"
gem "avo-collaboration", "~> 4.0.0"
gem "avo-custom_controls", "~> 4.0.0"
gem "avo-dashboards", "~> 4.0.0"
gem "avo-dynamic_collections"
gem "avo-dynamic_filters", "~> 4.0.0"
gem "avo-forms", "~> 4.0.0"
gem "avo-http_resource", "~> 4.0.0"
gem "avo-kanban", "~> 4.0.0"
gem "avo-licensing", "~> 4.0.1"
gem "avo-menu", "~> 4.0.0"
gem "avo-meta"
gem "avo-nested", "~> 4.0.0"
gem "avo-notifications", "~> 4.0.0"
gem "avo-permissions"
gem "avo-pro", "~> 4.0.0.beta.23"
gem "avo-reactive_fields", "~> 4.0.0"
gem "avo-record_reordering", "~> 4.0.0"
gem "avo-scopes", "~> 4.0.0"
end