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:
authorNick van der Burgt <nickvanderburgt@gmail.com>2010-12-27 19:27:29 +0300
committerNick van der Burgt <nickvanderburgt@gmail.com>2010-12-27 19:27:29 +0300
commit980914bc87c1d9950c358211ccd8b2a1d38b6daa (patch)
treee6a43c3572e4602dfc95f1c3ca118814581087b1 /config.ru
parentdbccb6d0de170a1781064251f0001edd0d50989e (diff)
Turned of Chrome Frame message thing
Diffstat (limited to 'config.ru')
-rw-r--r--config.ru4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.ru b/config.ru
index 5cbf4911d..8e7c86125 100644
--- a/config.ru
+++ b/config.ru
@@ -6,6 +6,6 @@
require ::File.expand_path('../config/environment', __FILE__)
#use Rack::FiberPool
-require ::File.expand_path('../lib/chrome_frame', __FILE__)
-use Rack::ChromeFrame, :minimum => 8
+#require ::File.expand_path('../lib/chrome_frame', __FILE__)
+#use Rack::ChromeFrame, :minimum => 8
run Diaspora::Application