Socket
Book a DemoInstallSign in
Socket

active_admin_environment_tag

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

active_admin_environment_tag

0.0.4
bundlerRubygems
Version published
Maintainers
1
Created
Source

ActiveAdminEnvironmentTag

An ActiveAdmin plugin that provides tags on the admin panel to indicate which environment your rails project is running in

Installation

Add this line to your application's Gemfile:

gem 'active_admin_environment_tag'

And then execute:

$ bundle

Include the active admin environment tag stylesheet in the active_admin.rb initializer:

config.register_stylesheet 'active_admin_environment_tag'

Configuration

ActiveAdminEnvironmentTag is configured using an initializer:

ActiveAdminEnvironmentTag.configure do |config|
  config.environment_colors = {
      staging: '#FCBF34'
  }
end

environment_colors

By default, ActiveAdminEnvironmentTag uses the following colors for each of basic environments:

development: '#91CA4B',
production: '#fc1f27',
default: '#c9d6e3'

You 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.

config.environment_colors = {
      staging: '#FCBF34'
  }

tag_position

By 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

config.tag_position = :bottom_left

Currently no other positions are supported as the left margin of the screen is the only area where the tag does not overlap content.

Contributing

  • Fork it ( https://github.com/greena13/active_admin_environment_tag/fork )
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create a new Pull Request

FAQs

Package last updated on 29 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.