Project

varslist

0.0
The project is in a healthy, maintained state
Varslist is a ruby gem that helps to identify the env variables that are being used in your project
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

~> 1.0, >= 1.0.4
 Project Readme

Varslist

Varslist is a ruby gem that helps to identify the env variables that are being used in your project.

In your rails project by default the the environment variables that are missing are shown when starting the server

Installation

Add this line to your application's Gemfile:

  gem 'varslist'

And then execute:

  bundle install

Or install it yourself as:

  gem install varslist

Usage

To generate the configuration initializer file, run:

  rails generate varslist:install

This will create a config/initializers/varslist.rb file where you can customize the gem settings.