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 Madmin covers a narrower slice of the same job.
Thin comparison — too few differences to compare. Kept readable, left out of search.
The long-standing Rails admin framework, mounted at /admin
No ratings yet# Gemfile
gem "activeadmin"An admin interface generated from your models, mounted at /admin
No ratings yet# Gemfile
gem "madmin"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 →
Madmin generates an admin interface from your Active Record models, then gets out of the way when you want to change it. Generated index, show, new and edit screens per model Association handling, including nested resources Search and filtering Plain Rails views you can override file by file The installer adds mount Madmin::Engine, at: "/admin" to your routes. Hosted admin panels are faster to a first screen and arrive with row-level permissions and audit logs. Madmin gives you an admin that ships with your app, is reviewed in your pull…
Rows where the two differ are marked.
| ActiveAdmin | Madmin | |
|---|---|---|
| Category | Admin and internal tools | Admin and internal tools |
| Replaces | Forest Admin, Retool | Forest Admin, Retool |
| License | MIT | MIT |
| GitHub stars (differs) | 9600 | 1300 |
| Gem (differs) | activeadmin | madmin |
| Mounts at | /admin | /admin |
| Member rating | — | — |
Nothing unique here.
Nothing unique here.