Administrate
Better knownA Rails admin dashboard framework you own and override
No ratings yet# Gemfile
gem "administrate"Both replace Retool and Forest Admin. Administrate is the better-known of the two (5,800 stars), while Avo covers a narrower slice of the same job.
A Rails admin dashboard framework you own and override
No ratings yet# Gemfile
gem "administrate"A configuration-driven admin panel and internal tools framework
5.0 · 4 ratings# Gemfile
gem "avo"Administrate generates admin controllers and views that you then edit like any other Rails code. The generated code is yours. A dashboard class per model describing fields and their types Index, show, new and edit screens Search and filtering Every view overridable, because they are generated into your app Administrate generates code into your repository; Madmin keeps more of itself inside the gem. Pick generated-and-editable, or configured-and-compact.
Read the full Administrate 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.
| Administrate | 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) | 5800 | 2400 |
| Gem (differs) | administrate | avo |
| Mounts at (differs) | /admin | /avo |
| Member rating (differs) | — | 5.0 |
Nothing unique here.
Nothing unique here.