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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
unless defined? RAILS_GEM_VERSION
  RAILS_GEM_VERSION = ENV['UNICORN_RAILS_VERSION'] # || '1.2.3'
end

# Bootstrap the Rails environment, frameworks, and default configuration
require File.join(File.dirname(__FILE__), 'boot')

Rails::Initializer.run do |config|
  config.frameworks -= [ :action_web_service, :action_mailer ]
end

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