• Stars
    star
    272
  • Rank 146,181 (Top 3 %)
  • Language
    Ruby
  • Created about 13 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A demo application for Active Admin

The Active Admin Demo

Github Actions

This is a sample store application to demo Active Admin.

https://demo.activeadmin.info

The demo site was hosted on Heroku using free dynos. We have not transitioned yet to a new service so this demo is only available through local setup.

Local Development Setup

  • Clone this repository
  • brew install libpq && brew link --force libpq so the pg gem will install
  • Install Docker Desktop
  • Install Ruby 3 with rbenv
  • Install Node 18 with nodenv
  • Run bundle install

Database Setup

  • docker compose up
  • bin/rails db:reset

Start Development