unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
blob 2ef6b4a3047b6ab2240f1016cac8256ee7860d08 393 bytes (raw)
$ git show v0.5.2: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
11
 
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 ]
  config.action_controller.session_store = :active_record_store
end

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