unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
blob 712b0981e14f32cd1de12850a235557450f1e868 156 bytes (raw)
$ git show 1.1.x-stable:t/rails3-app/config/boot.rb	# shows this blob on the CLI

1
2
3
4
5
6
 
require 'rubygems'
# Set up gems listed in the Gemfile.
if File.exist?(File.expand_path('../../Gemfile', __FILE__))
  require 'bundler'
  Bundler.setup
end

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