public
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-level config/ directory.
Homepage:
Clone URL: git://github.com/jtrupiano/environmentalist.git
jtrupiano (author)
Sat Apr 04 12:49:19 -0700 2009
commit  3dbf752b3ceaec0f6338c8b39909b4d94f34b418
tree    cb878d82e3b22223f8c68f84dd6a9ddf8209a179
parent  7717300ee201e38a9d857fc1112ade6c59cecae6
README.textile

environmentalist

  • http://github.com/jtrupiano/environmentalist/tree/master

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