Skip to content
Snippets Groups Projects
Select Git revision
  • 79153605a469096b0df85ae6101e9fcaf51d6cac
  • master default protected
  • 2018ws
  • 2017ws
  • 2016ws
5 results

download.sh

Blame
  • Forked from Peter Gerwinski / hp
    Source project has a limited visibility.
    config.ru 254 B
    # frozen_string_literal: true
    
    # This file is used by Rack-based servers to start the application.
    
    require_relative 'config/environment'
    
    map Greenlight::Application.config.relative_url_root do
      run Rails.application
    end
    
    Rails.application.load_server