Turned of Chrome Frame message thing

This commit is contained in:
Nick van der Burgt 2010-12-27 17:27:29 +01:00
parent dbccb6d0de
commit 980914bc87

View file

@ -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