public
Description: Rails plugin that provides environment specific application configuration.
Homepage: http://blog.stochasticbytes.com/2007/10/better-appconfig-plugin-for-rails.html
Clone URL: git://github.com/cjbottaro/app_config.git
app_config / CHANGELOG
100644 14 lines (11 sloc) 0.486 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
10/03/2008
* recursively merge the configuration hashes
 
07/01/2009
* Packaged as a gem (but still works as a Rails plugin).
* The app config object is now an instance of ApplicationConfiguration.
* NoMethodError raised if you try to access a config element that doesn't exist.
* ApplicationConfiguration#reload! to reread the config files and rebuild the app config object.
 
08/27/2009
* Updated the ClosedStruct class.
 
08/28/2009
* Added support for "environments" in the YAML files.