https://github.com/mkdika/active-admin-demo
Ruby on Rails Active Admin demo
https://github.com/mkdika/active-admin-demo
activeadmin demo-app example rails5 ruby
Last synced: 28 days ago
JSON representation
Ruby on Rails Active Admin demo
- Host: GitHub
- URL: https://github.com/mkdika/active-admin-demo
- Owner: mkdika
- License: mit
- Created: 2020-01-12T15:48:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T16:46:41.000Z (about 3 years ago)
- Last Synced: 2025-02-09T08:31:32.776Z (about 1 year ago)
- Topics: activeadmin, demo-app, example, rails5, ruby
- Language: Ruby
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Active Admin Demo
[](/LICENSE)
[](https://travis-ci.org/mkdika/active-admin-demo)
Ruby on Rails, Active Admin demo and example project.
## Features
- [Ruby 2.6.5](https://www.ruby-lang.org/en/news/2019/10/01/ruby-2-6-5-released/), [Rails 5.2.4](https://weblog.rubyonrails.org/2019/12/18/Rails-5-2-4-1-has-been-released/), [ActiveAdmin 2.6.0](https://activeadmin.info/)
- [Arctic Admin](https://github.com/cprodhomme/arctic_admin), custom responsive ActiveAdmin theme.
- [Chosen Rails](https://github.com/tsechingho/chosen-rails), multiple item select box.
- [Devise](https://github.com/plataformatec/devise), flexible authentication solution, with databased auth.
- [Cancancan](https://github.com/CanCanCommunity/cancancan), authorization libs, with multiple roles selection.
- [Paper Trail](https://github.com/paper-trail-gem/paper_trail), track changes of Rails models, with DRY implementation.
- Custom rake task:
- `db:reseed` to truncate all table and reseeding its data.
## Online demo
Go to [https://activeadmin-demo.herokuapp.com](https://activeadmin-demo.herokuapp.com)
- username: `admin@example.com`
- password: `admin`
## Copyright and License
Copyright 2020 Maikel Chandika (mkdika@gmail.com). Code released under the MIT License. See [LICENSE](/LICENSE) file.