0.01
No commit activity in last 3 years
No release in over 3 years
Provides an executable that converts a rails app's config structure. The basic idea is that environments themselves are now first-class citizens, allowing you to create several environments (e.g. staging, prodtest, demo, etc.) in a clean, organized fashion. Each environment is given its own folder where it can store its own set of configuration files (think mongrel configs, apache configs, etc.) without polluting the top-leve config/ directory.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

environmentalist¶ ↑

DESCRIPTION¶ ↑

Provides an executable that converts a rails app’s config structure. The basic idea is that environments themselves are now first-class citizens, allowing you to create several environments (e.g. staging, prodtest, demo, etc.) in a clean, organized fashion. Each environment is given its own folder where it can store its own set of configuration files (think mongrel configs, apache configs, etc.) without polluting the top-leve config/ directory.

REQUIREMENTS¶ ↑

  • none, but it’s really only useful with a rails app

INSTALL¶ ↑

sudo gem install environmentalist

USAGE¶ ↑

This gem is intended to be a “one-time consumption.” You use it once to alter/convert the structure of your rails app (works best with a newly-generated app). It should not be included as a gem dependency for your project.

environmentalize /path/to/rails/root