This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 1393fe8106faf98f2ce12910cd0a155e922fe616
tree 63727972609018802724677b850e857c553b91d1
parent d6646ad8b94ba0144bffba5ed283cd4fc1866316
tree 63727972609018802724677b850e857c553b91d1
parent d6646ad8b94ba0144bffba5ed283cd4fc1866316
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
History.txt | ||
| |
LICENSE | Mon Mar 02 14:40:45 -0800 2009 | |
| |
README.textile | ||
| |
Rakefile | ||
| |
VERSION.yml | ||
| |
bin/ | ||
| |
environmentalist.gemspec | ||
| |
lib/ | ||
| |
test/ |
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 environmentalistUSAGE
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







