An admin interface generated from your models, mounted at /admin
No ratings yet# Gemfile
gem "madmin"Both replace Forest Admin. Rails Admin is the better-known of the two (7,900 stars), while Madmin also stands in for Retool.
An admin interface generated from your models, mounted at /admin
No ratings yet# Gemfile
gem "madmin"A zero-configuration admin interface generated from your schema
No ratings yet# Gemfile
gem "rails_admin"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…
Read the full Madmin listing →
RailsAdmin introspects your models and gives you a working admin with no per-model configuration. CRUD for every model it finds, immediately Search, filters and export A history of changes A configuration DSL for when the defaults are wrong Zero configuration means it exposes everything by default, including models you did not mean to expose. Gate the mount and configure visibility before this goes anywhere near production.
Read the full Rails Admin listing →
Rows where the two differ are marked.
| Madmin | Rails Admin | |
|---|---|---|
| Category | Admin and internal tools | Admin and internal tools |
| Replaces (differs) | Forest Admin, Retool | Forest Admin |
| License | MIT | MIT |
| GitHub stars (differs) | 1300 | 7900 |
| Gem (differs) | madmin | rails_admin |
| Mounts at | /admin | /admin |
| Member rating | — | — |