ActiveAdmin
Better knownThe long-standing Rails admin framework, mounted at /admin
No ratings yet# Gemfile
gem "activeadmin"Both replace Retool and Forest Admin. ActiveAdmin is the better-known of the two (9,600 stars), while Avo covers a narrower slice of the same job.
The long-standing Rails admin framework, mounted at /admin
No ratings yet# Gemfile
gem "activeadmin"A configuration-driven admin panel and internal tools framework
5.0 · 4 ratings# Gemfile
gem "avo"ActiveAdmin has been the default answer to "we need an admin" in Rails for over a decade, and it is still maintained. A DSL for registering resources Filters, scopes, batch actions and CSV export Custom pages and dashboard sections Authorization adapters for CanCan and Pundit The DSL is powerful and opinionated. Deviating from it costs more than it does in Administrate, where you are editing ordinary generated views.
Read the full ActiveAdmin listing →
Avo builds an admin panel from resource definitions, and goes past CRUD with custom actions, filters and dashboard cards. Resource classes describing fields, filters and actions Custom actions that run Ruby against selected records Dashboards with metric and chart cards Authorization through Pundit policies Mounts at /avo by default. The community edition is MIT. Several features are in the paid tiers. Check before you plan around one.
Rows where the two differ are marked.
| ActiveAdmin | Avo | |
|---|---|---|
| Category | Admin and internal tools | Admin and internal tools |
| Replaces | Forest Admin, Retool | Forest Admin, Retool |
| License (differs) | MIT | Community edition MIT; advanced features commercial |
| GitHub stars (differs) | 9600 | 2400 |
| Gem (differs) | activeadmin | avo |
| Mounts at (differs) | /admin | /avo |
| Member rating (differs) | — | 5.0 |
Nothing unique here.
Nothing unique here.