jtrupiano / environmentalist

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.

This URL has Read+Write access

name age message
..
file postboot.rb Wed Dec 24 07:44:30 -0800 2008 Replaced exit() calls with raise() calls in pos... [John Trupiano]
file preinitializer.rb Thu Apr 30 13:31:57 -0700 2009 Fix bug preventing nested geminstaller files to... [jtrupiano]