unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
blob 48c8ee398b9df64fcdba964b44d6fb1cfb5a61d9 153 bytes (raw)
$ git show maint:t/rails3-app/config.ru	# shows this blob on the CLI

1
2
3
4
 
# This file is used by Rack-based servers to start the application.

require ::File.expand_path('../config/environment',  __FILE__)
run App::Application

git clone https://yhbt.net/unicorn.git