No commit activity in last 3 years
No release in over 3 years
Shows an alert on staging environments to separate visually from live-system.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 4.1.5

Runtime

>= 0.5.3
>= 4.0.0
 Project Readme

staging-alert-rails

By wonderweblabs.

staging-alert-rails is a little alert bar for staging environments of rails projects. If there is a file named "REVISION" in your app-root directory, the content will be shown additionally in that bar.

Installation

Require in your Gemfile:

gem 'staging_alert_rails', git: 'https://github.com/wonderweblabs/staging-alert-rails.git'

Require in your css file:

*= require staging_alert_rails

Require at the top of you body:

<%= staging_alert_bar %>

License

MIT License.