Changed Chrome Frame back on

This commit is contained in:
Nick van der Burgt 2010-12-27 19:13:41 +01:00
parent e6127c6aa9
commit 00973e6ad6

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