I found this great [RailsCast][1] about making a global configuration. And
further offered through the [Nifty Generators][2]
(script/generate nifty_config
) However I wanted to further customize it by
allowing global configurations regardless of the environment.
For example this is the original idea: # config/config.yml development: perform_authentication: false