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:
authormaxwell <maxwell@joindiaspora.com>2010-11-23 20:27:02 +0300
committermaxwell <maxwell@joindiaspora.com>2010-11-23 20:27:02 +0300
commitb7834b298c79e37f4f2ebdaffdacc9393885ad63 (patch)
treeebc6a87d58107d59cc75c53b6038bd123b6199de /config.ru
parent82d0e193e7b5735038c170ada7acf19afa6a59c0 (diff)
adding chrome frame for poor ie souls
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 70f6cd2c4..a97db5ac1 100644
--- a/config.ru
+++ b/config.ru
@@ -6,6 +6,6 @@
require ::File.expand_path('../config/environment', __FILE__)
#use Rack::FiberPool
-#require 'lib/chrome_frame'
-#use Rack::ChromeFrame
+require 'lib/chrome_frame'
+use Rack::ChromeFrame
run Diaspora::Application