unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
blob 71c7d7cd67b48d92c1833b269211d98eaf89cbdd 257 bytes (raw)
$ git show v0.8.1:test/rails/app-1.2.3/config/boot.rb	# shows this blob on the CLI

1
2
3
4
5
6
7
8
9
 
unless defined?(RAILS_ROOT)
  root_path = File.join(File.dirname(__FILE__), '..')
  RAILS_ROOT = root_path
end

unless defined?(Rails::Initializer)
  require "#{RAILS_ROOT}/vendor/rails/railties/lib/initializer"
  Rails::Initializer.run(:set_load_path)
end

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