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
name age message
file .gitignore Thu Apr 30 13:39:52 -0700 2009 Tweak .gitignore to ignore some test files (nee... [jtrupiano]
file History.txt Thu Apr 30 13:32:15 -0700 2009 Add notes on impending version bump [jtrupiano]
file LICENSE Mon Mar 02 14:40:45 -0800 2009 Moved to jeweler. Version bump to 0.1.1 [jtrupiano]
file README.rdoc Sat Apr 04 12:59:48 -0700 2009 Change README to rdoc [jtrupiano]
file Rakefile Loading commit data...
file VERSION.yml Thu Apr 30 13:33:46 -0700 2009 Version bump to 0.2.4 [jtrupiano]
directory bin/
file environmentalist.gemspec
directory lib/ Thu Apr 30 13:31:57 -0700 2009 Fix bug preventing nested geminstaller files to... [jtrupiano]
directory test/
README.rdoc

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