Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 24 hours 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 13 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T20:25:14.000Z (9 days ago)
- Last Synced: 2024-10-28T21:26:42.203Z (9 days ago)
- Topics: activeadmin, rails, ruby
- Language: Ruby
- Homepage: https://demo.activeadmin.info/
- Size: 1.48 MB
- Stars: 285
- Watchers: 25
- Forks: 126
- 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`