Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Sofaer <raphael@joindiaspora.com>2011-08-03 21:52:41 +0400
committerRaphael Sofaer <raphael@joindiaspora.com>2011-08-03 22:09:21 +0400
commit5967f01dab9970f2ce5b13d1e65f6b5cfff3d85e (patch)
tree2096ac4e4dc74c172396245b82e6ff5315d59dc1 /config/application.rb
parent9cbb6c4d5e1a96cd5015cf453195494d10c2c4f2 (diff)
Take out PostsFake, now that we ajax in comments it's not worth the extra complications
Diffstat (limited to 'config/application.rb')
-rw-r--r--config/application.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/application.rb b/config/application.rb
index e3c13ad26..d5cf71334 100644
--- a/config/application.rb
+++ b/config/application.rb
@@ -20,8 +20,6 @@ Bundler.require(:default, Rails.env) if defined?(Bundler)
# use newrelic if configured via config/newrelic.yml
require 'newrelic_rpm' if File.exists?(File.expand_path('../newrelic.yml', __FILE__))
-require File.expand_path('../../lib/fake', __FILE__)
-
module Diaspora
class Application < Rails::Application
# Settings in config/environments/* take precedence over those specified here.