This gem is no longer being maintained. Please upgrade to Adminterface or other excellent alternatives listed in the ActiveAdmin Wiki instead.
ActionPanel changed the theming for the popular gem ActiveAdmin to Bootstrap 4 while providing some common feature extensions to allow easy creation of beautiful applications with ActiveAdmin.
To customize ActionPanel please see the Wiki
Add this line to your application's Gemfile:
gem 'action_panel', git: 'https://github.com/CMDBrew/action_panel.git', tag: 'v0.1.0'
And then execute:
bundle install
All the options are inherit from ActiveAdmin. You can find the options here https://activeadmin.info/0-installation.html#setting-up-active-admin.
rails g action_panel:install
If you already installed ActiveAdmin you can skip it by adding the --skip-activeadmin
option.
rails g action_panel:install --skip-activeadmin
If you want to install with raw bootstrap without the default material
theme you can add the --skip-theme
option.
rails g action_panel:install --skip-theme
For a list of common issues please see Common Issues.
Please see Developing for details.
Please see LICENSE for licensing details.