This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Wed Apr 02 14:58:00 -0700 2008 | [ctran] |
| |
README | Wed Apr 02 14:58:00 -0700 2008 | [ctran] |
| |
Rakefile | Wed Apr 02 14:58:00 -0700 2008 | [ctran] |
| |
init.rb | Wed Apr 02 14:58:00 -0700 2008 | [ctran] |
| |
install.rb | Wed Apr 02 14:58:00 -0700 2008 | [ctran] |
| |
lib/ | Wed Apr 02 14:58:00 -0700 2008 | [ctran] |
| |
test/ | Wed Apr 02 14:58:00 -0700 2008 | [ctran] |
| |
uninstall.rb | Wed Apr 02 14:58:00 -0700 2008 | [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




