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

environmentalist / .gitignore
100644 8 lines (8 sloc) 0.094 kb
1
2
3
4
5
6
7
8
*.sw?
.DS_Store
coverage
rdoc
pkg
test/rails210/**/*
test/rails210test/**/*
test/rails212/**/*