public
Description: A Rails plugin provides flexible application configuration
Homepage: http://www.pragmaquest.com
Clone URL: git://github.com/ctran/application_config.git
ctran (author)
Wed Apr 02 14:58:00 -0700 2008
commit  8795e6a0b059ae0e5328baf8b125cce84967fe45
tree    22761d05cc58d0e6b8a7f6b933813fecd6bf68d9
name age message
file MIT-LICENSE Wed Apr 02 14:58:00 -0700 2008 first commit [ctran]
file README Wed Apr 02 14:58:00 -0700 2008 first commit [ctran]
file Rakefile Wed Apr 02 14:58:00 -0700 2008 first commit [ctran]
file init.rb Wed Apr 02 14:58:00 -0700 2008 first commit [ctran]
file install.rb Wed Apr 02 14:58:00 -0700 2008 first commit [ctran]
directory lib/ Wed Apr 02 14:58:00 -0700 2008 first commit [ctran]
directory test/ Wed Apr 02 14:58:00 -0700 2008 first commit [ctran]
file uninstall.rb Wed Apr 02 14:58:00 -0700 2008 first commit [ctran]
README
ApplicationConfig
=================

This is a Rails plugin that allows a flexible application configuration 
(http://kpumuk.info/ruby-on-rails/flexible-application-configuration-in-ruby-on-rails/)

Plugin automatically places an example 'application.yml' into your '/config' folder and provides Rake tasks for 
installing an uninstalling. Basic set of unit tests is provided.

==== Example

defaults:
  support_email: admin@myhost.com
  root_url: myhost.com
  photos_max_number: 6

production:
  email_exceptions: true

development:
  root_url: localhost:3000
  photos_max_number: 10

Copyright (c) 2008 [Cuong Tran], released under the MIT license