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

This commit is contained in:
Raphael 2010-12-16 11:46:57 -08:00
parent b467d12d83
commit 72c377fa73

View file

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