{"id":13514468,"url":"https://github.com/lazaronixon/administration-zero","last_synced_at":"2025-05-16T06:07:37.806Z","repository":{"id":38341493,"uuid":"467751038","full_name":"lazaronixon/administration-zero","owner":"lazaronixon","description":"An administration system generator for Rails applications. ","archived":false,"fork":false,"pushed_at":"2025-01-18T03:33:42.000Z","size":20801,"stargazers_count":164,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-12T04:46:35.112Z","etag":null,"topics":["activeadmin","admin-ui","rails","ruby"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/lazaronixon.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-09T02:35:20.000Z","updated_at":"2025-04-09T11:49:46.000Z","dependencies_parsed_at":"2024-10-31T06:01:00.559Z","dependency_job_id":"97133d81-fc19-4454-8c92-46e2e8ac5f70","html_url":"https://github.com/lazaronixon/administration-zero","commit_stats":{"total_commits":89,"total_committers":1,"mean_commits":89.0,"dds":0.0,"last_synced_commit":"a7d538aec3563340c7d0fa87bd6e1a47ee966ec5"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazaronixon%2Fadministration-zero","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazaronixon%2Fadministration-zero/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazaronixon%2Fadministration-zero/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazaronixon%2Fadministration-zero/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lazaronixon","download_url":"https://codeload.github.com/lazaronixon/administration-zero/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254478193,"owners_count":22077676,"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","admin-ui","rails","ruby"],"created_at":"2024-08-01T05:00:56.657Z","updated_at":"2025-05-16T06:07:32.796Z","avatar_url":"https://github.com/lazaronixon.png","language":"HTML","readme":"# Administration Zero\n\nThe purpose of administration zero is to generate a pre-built administration panel into a rails application.\n\n\u003cimg src=\".documentation/screenshot.png\" alt=\"screenshot\" style=\"max-width: 100%;\"\u003e\n\n## Features\n\n- [Beautiful interface](https://github.com/tabler/tabler)\n- [Paginated results](https://github.com/ddnexus/pagy)\n- [Sortable and filterable](https://github.com/activerecord-hackery/ransack)\n- [Exportable data](https://github.com/westonganger/spreadsheet_architect)\n- [Toastr for flash messages](https://getbootstrap.com/docs/5.1/components/toasts)\n- Show fields with errors in red\n- Determine time zone automatically\n- Easy authentication system\n- Admin scaffolds\n\n## Installation\n\n```ruby\nbundle add administration-zero\n```\n\n## Usage\n\n```\nrails generate admin:install\n```\n\nThen run `bundle install`\n\nThen run `rails db:migrate db:seed`\n\nYou can access the admin panel in `/admin`, using `email: \"admin@example.com\", password: \"Password9957\"`\n\nYou'll need to create a model to be administrated, if you don't have one. for this example let's use the following:\n\n```\nrails generate model posts title:string body:text published:boolean\n```\n\nNow you're ready to generate your admin scaffolds.\n\n```\nrails generate admin:scaffold posts title:string body:text published:boolean\n```\n\n## Development\n\nTo release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/lazaronixon/administration-zero. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/lazaronixon/administration-zero/blob/master/CODE_OF_CONDUCT.md).\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the AdministrationZero project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/lazaronixon/administration-zero/blob/master/CODE_OF_CONDUCT.md).\n","funding_links":[],"categories":["HTML","🚂 **Acelere usando Rails**"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flazaronixon%2Fadministration-zero","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flazaronixon%2Fadministration-zero","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flazaronixon%2Fadministration-zero/lists"}