public
Description: Provides a way to manage environment specific configuration settings.
Home | Edit | New

Home

ConfigReader

This provides a common mechanism to read in YAML based configs with the convention of using the following keys. This is mostly relevant to a Rails app, but could be used in anything.

defaults: — this specifies the setting for any environment, unless replaced in the actual environment.

development: — replace any of the above settings for this environment

And defining any relevant environments. A sample config is in the plugin.

Last edited by UnderpantsGnome, Fri Aug 01 07:00:29 -0700 2008
Home | Edit | New
Versions: