0.01
No release in over a year
A gem that brings Bootstrap 5, advanced customizability, and other goodies into ActiveAdmin
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

⛔️ 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.