Local Config

Allows a local, gitignored configuration file to override Rails configuration settings from the environment.

Currently supports Rails 3.0 (and probably 3.1)

Installation

  1. Add local_config to your Gemfile.
  2. Drop a file called local.rb in config/. It runs in the context of Rails initializer and has access to the configuration via the config method.