Switching to settingslogic to manage our configuration. THE FILE FORMAT HAS...
Switching to settingslogic to manage our configuration. THE FILE FORMAT HAS CHANGED. OLD APP.YML AND APP_CONFIG.YML FILES WILL NOT WORK ANYMORE. Two important differences: 1. The app only looks in one file for settings: config/application.yml. If you want to override something, do it in that file. It is gitignore'd. If config/application.yml does not exist, or exists but is in the old format, you'll get a nice friendly set of instructions on how to convert your old file. 2. script/server settings are no longer in application.yml. They have their own settings file - copy config/script_server_config.yml.example to config/script_server_config.yml. This is also gitignore'd. script/server will print a message and exit if that file doesn't exist.
Showing
... | ... | @@ -9,6 +9,7 @@ gem 'chef', '0.9.12', :require => false |
gem 'ohai', '0.5.8', :require => false #Chef dependency | ||
gem 'nokogiri' | ||
gem 'settingslogic', '2.0.6' | ||
#Security | ||
gem 'devise', '~> 1.3.1' | ||
... | ... |
app/models/app_config.rb
0 → 100644
lib/app_config.rb
deleted
100644 → 0