From 72c377fa739c95d338bec0a87517ef6dab236043 Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 16 Dec 2010 11:46:57 -0800 Subject: [PATCH] No chrome frame in 8 or 9, will take some time to make it less abrupt/confusing/unavoidable later, and give a notification to people using 8 that the site is broken in 8 --- config.ru | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ru b/config.ru index 0412a2988..97009a473 100644 --- a/config.ru +++ b/config.ru @@ -7,5 +7,5 @@ require ::File.expand_path('../config/environment', __FILE__) #use Rack::FiberPool require ::File.expand_path('../lib/chrome_frame', __FILE__) -use Rack::ChromeFrame +use Rack::ChromeFrame(:minimum => 8) run Diaspora::Application