adminterface

A gem that brings Bootstrap 5, advanced customizability, and other goodies into ActiveAdmin


Keywords
activeadmin, activeadmin-plugin, activeadmin-themes, rails, ruby
License
MIT
Install
gem install adminterface -v 0.3.0

Documentation

⛔️ DEPRECATED: THIS GEM IS NO LONGER BEING MAINTAINED

Due to personal reasons, we can no longer continue to maintain this gem. As a result, we are no longer accepting or merging pull requests.

To help with the transition, we've changed the license to MIT and removed the license verification for commercial uses. For alternatives, please check out other excellent solutions listed in the ActiveAdmin Wiki.

Thank you to all who contributed and who used Adminterface in their projects. We couldn't have made it this far without your support.

Until next time.

— I-Lung, Richard Wang, and the Adminterface team

Adminterface

CI Maintainability Test Coverage gem npm

A gem that brings Bootstrap 5, advanced customizability, and other goodies into ActiveAdmin

Dependencies

Get Started

Installation

  1. Add the following to your application's Gemfile:

    gem "adminterface"
  2. Then execute:

    $ bundle install
  3. Install ActiveAdmin (If you haven't)

    $ rails g active_admin:install --use_webpacker
  4. Install Adminterface

    This command will ask for permissions to overwrite files generated by ActiveAdmin. Make sure to review the files carefully and accept them. We recommend you commit your files before running this command to ensure you are aware of the changes made.

    $ rails g adminterface:install
  5. Migrate your database and start the server

    $ rails db:migrate
    $ rails server

Contributing

See CONTRIBUTING.md.

License

The gem is available as open source under the terms of the MIT License.