github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

stephencelis / app

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 30
    • 2
  • Source
  • Commits
  • Network (2)
  • Issues (0)
  • Downloads (6)
  • Wiki (1)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (1)
    • master ✓
  • Tags (6)
    • 0.2.2
    • 0.2.1
    • 0.2.0
    • 0.1.2
    • 0.1.1
    • 0.1
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

Easy Rails App config. — Read more

  cancel

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Update README. 
Stephen Celis (author)
Tue Jan 19 07:00:22 -0800 2010
commit  a9b39e2512e9345758529c42d2ab5b6e286cc1d8
tree    993a4baddc8b0b30de3718fe63231f085555250b
parent  8f5fa04b7431065949244b878b8722190893aba9
app /
name age
history
message
file .gitignore Sun Nov 29 20:05:44 -0800 2009 Updates for Gemcutter. [Stephen Celis]
file History.rdoc Fri Apr 17 17:12:30 -0700 2009 Remember to better ensure immutability. [Stephen Celis]
file Manifest.txt Fri Apr 17 17:12:30 -0700 2009 Remember to better ensure immutability. [Stephen Celis]
file README.rdoc Tue Jan 19 07:01:01 -0800 2010 Update README. [Stephen Celis]
file Rakefile Thu Apr 02 12:36:20 -0700 2009 First version. [Stephen Celis]
file app.gemspec Fri Apr 17 17:12:30 -0700 2009 Remember to better ensure immutability. [Stephen Celis]
directory generators/ Fri Apr 17 11:49:20 -0700 2009 Option to modular configuration files (from "co... [Stephen Celis]
file install.rb Fri Apr 17 11:49:20 -0700 2009 Option to modular configuration files (from "co... [Stephen Celis]
directory lib/ Tue Jan 19 06:59:30 -0800 2010 Use HashWithIndifferentAccess (if defined). St... [devpuppy]
directory test/ Tue Jan 19 07:00:04 -0800 2010 'added test for HashWithIndifferentAccess mod' [devpuppy]
README.rdoc

App

github.com/stephencelis/app

DESCRIPTION

Move the config out of your app, and into App.

Sure, it’s been done before, and others will do it again, but this is my way, and I like it.

FEATURES/PROBLEMS

  • Easy, environmentally-friendly configuration access.

For mutability, try acts_as_singleton or KVC:

  • github.com/stephencelis/acts_as_singleton
  • github.com/stephencelis/kvc

SYNOPSIS

App looks for and loads configuration from "config/app.yml", providing a namespaced API for access.

  App.config # => {"apis"=>{"flickr"=>{ ... }}

Sugar is always sweeter:

  App.config("apis", "flickr") # => App.config["apis"]["flickr"]

Who doesn’t like sugar?

  App["apis", "flickr"]

Sugar, sugar, sugar.

  App.apis("flickr")

Let’s not overdo it, though. App.apis.flickr just doesn’t look right.

REQUIREMENTS

  • Rails 2.3.2 or greater.

INSTALL

With a template:

In existing projects:

  % rake rails:template LOCATION=http://gist.github.com/97629.txt

For new projects:

  % rails newapp -m http://gist.github.com/97629.txt

Or as a gem:

Configure:

  # config/environment.rb
  config.gem "app"

And install:

  % [sudo] rake gems:install

Or as a plugin:

Install:

  % script/plugin install git://github.com/stephencelis/app.git

Or submodule:

  % git submodule add git://github.com/stephencelis/app.git vendor/plugins/app

Finally, generate:

  % script/generate app_config

If your "app.yml" gets out of hand, modularize, like in this heavy-handed example:

  % script/generate app_config apis/twitter
        create  config/app/apis
        create  config/app/apis/twitter.yml # Configure me!

Namespaces avoid collisions:

  App::Apis::Twitter.username

Contributors

  • Justin Jones (devpuppy)

LICENSE

(The MIT License)

© 2009-2010 Stephen Celis, stephen@stephencelis.com.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server