No commit activity in last 3 years
No release in over 3 years
Show current app environment in rails console
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.13
~> 10.0
~> 0.43.0
 Project Readme

IRBAppEnvPrompt

Clarify which app you're talking to.

Installation

Add this line to your application's Gemfile:

gem 'irb_app_env_prompt', require: false

And then execute:

$ bundle

Usage

Add this to your app's irbrc:

  • either put .irbrc in HOME
  • or set the env var IRBRC to this file
require "irb_app_env_prompt"

IRBAppEnvPrompt.configure("app_name", Rails.env)

License

The gem is available as open source under the terms of the MIT License.