A powerful Ruby configuration system.
Aids in using the configatron library by making it easy to read in multiple configuration files and environmental variables.
configatron was developed by: markbates
Configatron was developed by: markbates
Configatron was developed by: markbates
An encapsulation of a convention I have been using with the slop, nenv, inifile and configatron gems for quick and dirty development of command-line based utility programs. Slop parses ARGV; Nenv parses ENV; inifile parses INI; Configatron keeps it all together. YAML and ERB preprocessing is also available. Ruby configuration files are also supported. and you can specify multiple config files of mixed types at once.
Load and encrypt configuration files for configatron
Layer over configatron with conventions for environment-based and site-specific config
A powerful Ruby configuration system.