Skip to content
Extraits de code Groupes Projets
config.ru 378 octets
Newer Older
Raphael's avatar
Raphael a validé
#   Copyright (c) 2010, Disapora Inc.  This file is
#   licensed under the Affero General Public License version 3.  See
#   the COPYRIGHT file.
Raphael Sofaer's avatar
Raphael Sofaer a validé
# This file is used by Rack-based servers to start the application.

require ::File.expand_path('../config/environment',  __FILE__)
#use Rack::FiberPool
maxwell's avatar
maxwell a validé
#require 'lib/chrome_frame'
#use Rack::ChromeFrame
Raphael Sofaer's avatar
Raphael Sofaer a validé
run Diaspora::Application