unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
blob febedced9e9f78d8a5c2027d99a063128d912e8a 387 bytes (raw)
$ git show maint:t/rails3-app/script/rails	# shows this blob on the CLI

1
2
3
4
5
6
7
8
9
 
#!/usr/bin/env ruby
# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.

ENV_PATH  = File.expand_path('../../config/environment',  __FILE__)
BOOT_PATH = File.expand_path('../../config/boot',  __FILE__)
APP_PATH  = File.expand_path('../../config/application',  __FILE__)

require BOOT_PATH
require 'rails/commands'

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