https://github.com/activeadmin/demo.activeadmin.info
A demo application for Active Admin
https://github.com/activeadmin/demo.activeadmin.info
activeadmin rails ruby
Last synced: 3 months ago
JSON representation
A demo application for Active Admin
- Host: GitHub
- URL: https://github.com/activeadmin/demo.activeadmin.info
- Owner: activeadmin
- Created: 2011-02-17T15:56:16.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T07:17:55.000Z (3 months ago)
- Last Synced: 2025-04-01T08:29:09.354Z (3 months ago)
- Topics: activeadmin, rails, ruby
- Language: Ruby
- Homepage: https://demo.activeadmin.info/
- Size: 1.5 MB
- Stars: 289
- Watchers: 24
- Forks: 127
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Active Admin Demo
This is a sample application to demo Active Admin.
https://activeadmin-demo.onrender.com
## Development Setup
- Clone this repository
- Install Ruby 3 with [rbenv](https://github.com/rbenv/rbenv)
- Install Node 20 with [nodenv](https://github.com/nodenv/nodenv)
- `corepack enable`
- `bundle install`
- `yarn install`
- `bin/rails db:seed`
- `bin/dev`Open http://localhost:5000 and login using `[email protected]` and `password`.
### Tests
Run `bin/rails test:all`