{"id":23162751,"url":"https://github.com/cmdbrew/adminterface","last_synced_at":"2025-08-25T00:32:23.823Z","repository":{"id":45179809,"uuid":"375777147","full_name":"CMDBrew/adminterface","owner":"CMDBrew","description":"A gem that brings Bootstrap 5, advanced customizability, and other goodies into ActiveAdmin","archived":false,"fork":false,"pushed_at":"2022-01-03T11:07:55.000Z","size":7754,"stargazers_count":26,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-12-17T19:09:21.503Z","etag":null,"topics":["activeadmin","activeadmin-plugin","activeadmin-themes","rails","ruby"],"latest_commit_sha":null,"homepage":"https://adminterface.io","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CMDBrew.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-10T17:23:54.000Z","updated_at":"2024-01-03T17:20:57.000Z","dependencies_parsed_at":"2022-09-10T18:02:57.982Z","dependency_job_id":null,"html_url":"https://github.com/CMDBrew/adminterface","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CMDBrew%2Fadminterface","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CMDBrew%2Fadminterface/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CMDBrew%2Fadminterface/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CMDBrew%2Fadminterface/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CMDBrew","download_url":"https://codeload.github.com/CMDBrew/adminterface/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230852612,"owners_count":18290084,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["activeadmin","activeadmin-plugin","activeadmin-themes","rails","ruby"],"created_at":"2024-12-18T00:13:23.362Z","updated_at":"2024-12-22T16:14:21.662Z","avatar_url":"https://github.com/CMDBrew.png","language":"Ruby","readme":"\u003e ## ⛔️ DEPRECATED: THIS GEM IS NO LONGER BEING MAINTAINED\n\u003e 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.\n\u003e\n\u003e 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](https://github.com/activeadmin/activeadmin/wiki).\n\u003e\n\u003e Thank you to all who contributed and who used Adminterface in their projects. We couldn't have made it this far without your support.\n\u003e\n\u003e Until next time.\n\u003e\n\u003e — I-Lung, Richard Wang, and the Adminterface team\n\n# Adminterface \u003c!-- omit in toc --\u003e\n[![CI](https://github.com/CMDBrew/adminterface/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/CMDBrew/adminterface/actions/workflows/ci.yml)\n[![Maintainability](https://api.codeclimate.com/v1/badges/4dbedfdf21a2d675d2ca/maintainability)](https://codeclimate.com/github/CMDBrew/adminterface/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/4dbedfdf21a2d675d2ca/test_coverage)](https://codeclimate.com/github/CMDBrew/adminterface/test_coverage)\n[![gem](https://img.shields.io/gem/v/adminterface?color=%23E9573F\u0026label=rubygems.org)](https://rubygems.org/gems/adminterface)\n[![npm](https://img.shields.io/npm/v/@cmdbrew/adminterface?color=%230273B4\u0026label=npmjs.com)](https://www.npmjs.com/package/@cmdbrew/adminterface)\n\nA gem that brings Bootstrap 5, advanced customizability, and other goodies into ActiveAdmin\n\n[![](preview.jpg)](https://adminterface.io)\n\n## Dependencies\n- [Ruby](https://www.ruby-lang.org/en/) \u003e= 2.7\n- [Rails](http://rubyonrails.org/) \u003e= 6.0\n- [ActiveAdmin](https://github.com/activeadmin/activeadmin) ~\u003e 2.9\n- [Bootstrap](https://getbootstrap.com/) ~\u003e 5.1.3\n- [Webpacker](https://github.com/rails/webpacker) ~\u003e 5.0\n\n## Get Started\n- [Documentation](https://adminterface.io/docs/intro)\n- [Demo](https://demo.adminterface.io)\n- [Issue tracker](https://github.com/CMDBrew/adminterface/issues)\n- [Discussions and feature requests](https://github.com/CMDBrew/adminterface/discussions)\n\n## Installation\n1. Add the following to your application's Gemfile:\n   ```ruby\n   gem \"adminterface\"\n   ```\n2. Then execute:\n   ```bash\n   $ bundle install\n   ```\n3. Install ActiveAdmin (If you haven't)\n   ```bash\n   $ rails g active_admin:install --use_webpacker\n   ```\n4. Install Adminterface\n\n   \u003e This command will ask for permissions to overwrite files generated by ActiveAdmin. Make sure to review the files carefully and accept them.\n   \u003e We recommend you commit your files before running this command to ensure you are aware of the changes made.\n\n   ```bash\n   $ rails g adminterface:install\n   ```\n5. Migrate your database and start the server\n   ```bash\n   $ rails db:migrate\n   $ rails server\n   ```\n\n## Contributing\nSee [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## License\nThe gem is available as open source under the terms of the [MIT License](LICENSE.md).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmdbrew%2Fadminterface","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmdbrew%2Fadminterface","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmdbrew%2Fadminterface/lists"}