unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
blob 84a5c189f12f6225722f1bbd1a6795390193e5ac 285 bytes (raw)
$ git show v0.95.2:test/rails/app-2.0.2/config/boot.rb	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
# -*- encoding: binary -*-

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