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
environmentalist / VERSION.yml
100644 5 lines (4 sloc) 0.035 kb
1
2
3
4
5
---
:patch: 4
:major: 0
:minor: 2