Rails Environments Plugin
Plugin Details
This one’s simple. Sometimes I need to know what environment Rails is running in (for example, so I can display additional debugging information, or not link to the HTTPS version of an action), and typing out ENV['RAILS_ENV'] is a hassle and looks ugly. Hence, this plugin.- Website : http://blog.codahale.com/2006/04/09/rails-environments-a-plugin-for-well-rails/
- Repository : http://svn.codahale.com/rails_environments/trunk/
- Author : Coda Hale
- Tags : Environment
- License : LicenseUnknown
Install Rails Environments Plugin
ruby script/plugin install http://svn.codahale.com/rails_environments/trunk/