An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Active Admin Demo

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](/LICENSE)
[![Build Status](https://travis-ci.org/mkdika/active-admin-demo.svg?branch=master)](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.