Active Admin Demo

May 15, 2026 ยท View on GitHub

This is a sample application to demo Active Admin.

https://activeadmin-demo.onrender.com

Development Setup

  • Clone this repository
  • Install Ruby with rbenv or mise (see .ruby-version for the required version)
  • Install Node with nodenv or mise (see .node-version for the required version)
  • bundle install
  • npm install
  • bin/rails db:seed
  • bin/dev

Open http://localhost:5000 and login using admin@example.com and password.

Tests

Run bin/rails test:all

Contents

  1. 1Development Setup
  2. 1.1Tests