Skip to content
Extraits de code Groupes Projets
config.ru 230 octets
Newer Older
  • Learn to ignore specific revisions
  • 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