⛔️ 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
A gem that brings Bootstrap 5, advanced customizability, and other goodies into ActiveAdmin
Dependencies
- Ruby >= 2.7
- Rails >= 6.0
- ActiveAdmin ~> 2.9
- Bootstrap ~> 5.1.3
- Webpacker ~> 5.0
Get Started
Installation
-
Add the following to your application's Gemfile:
gem "adminterface"
-
Then execute:
$ bundle install
-
Install ActiveAdmin (If you haven't)
$ rails g active_admin:install --use_webpacker
-
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
-
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.