Skip to content
railsengines.com

ActiveAdmin

The long-standing Rails admin framework, mounted at /admin

Takes off your invoice

You would run instead $0/mo

No ratings yet
Gem
activeadmin
Repository
activeadmin/activeadmin
License
MIT
Stars
9,600
Added
August 04, 2026
ActiveAdmin mounted at /admin
ActiveAdmin mounted at /admin

About

ActiveAdmin has been the default answer to "we need an admin" in Rails for over a
decade, and it is still maintained.

What you get

  • A DSL for registering resources
  • Filters, scopes, batch actions and CSV export
  • Custom pages and dashboard sections
  • Authorization adapters for CanCan and Pundit

Mounting it

ruby
# Gemfile
gem "activeadmin"
rails generate active_admin:install

The trade-off

The DSL is powerful and opinionated. Deviating from it costs more than it does in
Administrate, where you are editing ordinary generated views.

Discussion (0)

Sign in to join the discussion.

No comments yet.