diaspora/lib
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
..
cruise Use diaspora gemset. Simplify rake runner. 2010-10-20 21:43:03 -07:00
diaspora Destroy notifications on contact destroy 2011-05-23 18:33:18 -07:00
postzord Merge branch 'master' into follow. all specs green. 2011-04-11 17:48:37 -07:00
salmon Person#real_name -> Person#name 2010-11-30 13:01:53 -08:00
tasks Multi-server integration tests are now possible 2011-05-25 15:16:14 -07:00
active_record_instantiation_logs.rb LOG MORE STUFF 2011-03-09 14:29:49 -08:00
chrome_frame.rb Don't be obnoxious in the chrome frame 2010-11-24 21:36:34 -05:00
collect_user_photos.rb Fix stream on pages other than 1, rename raw_visible_posts to visible_posts 2011-04-13 14:35:20 -07:00
development_mail_interceptor.rb should send the email when a new request is received. emails in dev should be intercepted to email@joindiaspora.com for now 2010-10-22 00:49:01 -07:00
diaspora.rb Add or later to license notice 2010-10-07 16:25:34 -07:00
direction_detector.rb fixed for ruby 1.9 2011-04-03 22:11:52 +02:00
encryptor.rb Add or later to license notice 2010-10-07 16:25:34 -07:00
fake.rb Fakes respond as expected to respond_to? 2011-05-19 16:24:12 -07:00
hcard.rb profile now knows about three images sizes, even in federation case 2010-11-30 13:40:41 -08:00
log_overrider.rb reenable logging 2011-04-28 09:38:28 -07:00
postzord.rb Make postzord a module 2011-01-05 18:31:19 -08:00
pubsubhubbub.rb slight tweaks to pubsubhubub publishing 2011-03-10 12:17:34 -08:00
rake_helpers.rb new interface to send invitation WIP 2011-01-26 12:16:47 -08:00
resque_job_logging.rb LOG MORE, on resque job errors 2011-02-24 13:11:57 -08:00
splunk_logging.rb add space before adding pid to logline 2011-05-08 21:36:27 +02:00
webfinger.rb whoops, let's not break inital fetching 2011-04-09 20:21:27 +02:00
webfinger_profile.rb Remove stray puts 2011-03-21 17:12:54 -07:00
youtube_titles.rb Added spec for YOUTUBE_ID_REGEX, we can easily add more youtube url sample here later to avoid polluting application_helper spec 2011-05-06 00:47:40 +08:00