{"id":16506331,"url":"https://github.com/greena13/active_admin_environment_tag","last_synced_at":"2026-04-17T18:32:36.600Z","repository":{"id":62552718,"uuid":"53563108","full_name":"greena13/active_admin_environment_tag","owner":"greena13","description":"ActiveAdmin plugin that provides rails environment-specific tags on the admin panel","archived":false,"fork":false,"pushed_at":"2016-05-29T14:10:51.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-29T13:18:19.743Z","etag":null,"topics":["activeadmin-plugin","rails"],"latest_commit_sha":null,"homepage":null,"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/greena13.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-10T07:03:57.000Z","updated_at":"2020-03-22T12:49:13.000Z","dependencies_parsed_at":"2022-11-03T04:15:30.990Z","dependency_job_id":null,"html_url":"https://github.com/greena13/active_admin_environment_tag","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/greena13/active_admin_environment_tag","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greena13%2Factive_admin_environment_tag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greena13%2Factive_admin_environment_tag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greena13%2Factive_admin_environment_tag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greena13%2Factive_admin_environment_tag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/greena13","download_url":"https://codeload.github.com/greena13/active_admin_environment_tag/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greena13%2Factive_admin_environment_tag/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31940860,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-plugin","rails"],"created_at":"2024-10-11T15:18:57.424Z","updated_at":"2026-04-17T18:32:36.538Z","avatar_url":"https://github.com/greena13.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ActiveAdminEnvironmentTag\n\nAn ActiveAdmin plugin that provides tags on the admin panel to indicate which environment your rails project is running in\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'active_admin_environment_tag'\n\nAnd then execute:\n\n    $ bundle\n    \nInclude the active admin environment tag stylesheet in the `active_admin.rb` initializer:\n\n    config.register_stylesheet 'active_admin_environment_tag'\n    \n## Configuration\n\nActiveAdminEnvironmentTag is configured using an initializer:\n\n```ruby\nActiveAdminEnvironmentTag.configure do |config|\n  config.environment_colors = {\n      staging: '#FCBF34'\n  }\nend\n```\n\n### environment_colors\n\nBy default, ActiveAdminEnvironmentTag uses the following colors for each of basic environments:\n\n```ruby\ndevelopment: '#91CA4B',\nproduction: '#fc1f27',\ndefault: '#c9d6e3'\n```\n\nYou can override these colors (including the default) or specify other environments using the `environment_colors` option to provide a hash of environment names and colors. If ActiveAdminEnvironmentTag is run in a Rails environment that does not have a color associated with it, `default` is used.\n\n\n```ruby\nconfig.environment_colors = {\n      staging: '#FCBF34'\n  }\n```\n\n### tag_position\n\nBy default, the environment tag will appear in the top left area of the screen, however you can display it in the bottom left of the screen by specifying\n\n    config.tag_position = :bottom_left\n    \n\nCurrently no other positions are supported as the left margin of the screen is the only area where the tag does not overlap content.\n\n## Contributing\n\n1. Fork it ( https://github.com/greena13/active_admin_environment_tag/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreena13%2Factive_admin_environment_tag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgreena13%2Factive_admin_environment_tag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreena13%2Factive_admin_environment_tag/lists"}