Sha256: d32e9ed082e1e5221693ff0cbeff9936891e4d70fa4f2335b36b1dfeea4731a0
Contents?: true
Size: 953 Bytes
Versions: 2
Compression:
Stored size: 953 Bytes
Contents
= 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 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 <b>not</b> be included as a gem dependency for your project. environmentalize /path/to/rails/root
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
jtrupiano-environmentalist-0.2.4 | README.rdoc |
environmentalist-0.2.4 | README.rdoc |