diaspora/config/initializers
Sarah Mei 31a5ef19de 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.
2011-05-28 19:44:40 -07:00
..
_load_app_config.rb Switching to settingslogic to manage our configuration. THE FILE FORMAT HAS CHANGED. OLD APP.YML AND APP_CONFIG.YML FILES WILL NOT WORK ANYMORE. 2011-05-28 19:44:40 -07:00
_load_services.rb
_splunk_logger.rb For the love of god, normal Rails logs in test & development. 2011-05-14 13:29:54 -07:00
backtrace_silencers.rb
carrierwave.rb uncomment the new s3_region setting so that nobody needs to update his app_config.yml when he's using S3 2011-05-18 16:21:54 +02:00
check_session_secret.rb
devise.rb Allow anyone to generate a token, restrict tokens to ActivityStreams::PhotosController#create, don't let tokens create sessions. 2011-05-20 15:14:23 -07:00
direction_detector.rb added spec; rtl? -> direction_for 2011-04-03 04:20:08 +02:00
git_info.rb
inflections.rb
json_patch.rb
locale.rb
mailer_config.rb fixed #747 2011-05-25 22:50:13 +02:00
mime_types.rb
omniauth.rb
resque.rb use appconfig instead of config 2011-05-16 18:54:50 -07:00
rspec_generator.rb
session_store.rb
setup_mail.rb
version_header.rb better compatibillity with old git versions to get the current rev. 2011-05-26 16:27:56 +02:00