ActiveAdmin
Better knownThe long-standing Rails admin framework, mounted at /admin
No ratings yet# Gemfile
gem "activeadmin"Both replace Retool. ActiveAdmin is the better-known of the two (9,600 stars), while Rails DB also stands in for Airtable.
The long-standing Rails admin framework, mounted at /admin
No ratings yet# Gemfile
gem "activeadmin"A database viewer and SQL runner mounted at /rails/db
No ratings yet# Gemfile
gem "rails_db"
# config/routes.rb
mount RailsDb::Engine, at: "/rails/db"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 →
A database browser for Rails that works against PostgreSQL, MySQL and SQLite. Table content and schema, browsable A SQL editor with autocomplete CSV and Excel export HTTP basic auth built in, if you have no better gate
Read the full Rails DB listing →
Rows where the two differ are marked.
| ActiveAdmin | Rails DB | |
|---|---|---|
| Category | Admin and internal tools | Admin and internal tools |
| Replaces (differs) | Forest Admin, Retool | Airtable, Retool |
| License | MIT | MIT |
| GitHub stars (differs) | 9600 | 1500 |
| Gem (differs) | activeadmin | rails_db |
| Mounts at (differs) | /admin | /rails/db |
| Member rating | — | — |