unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
blob e72474f0599fc51ceba43979de67c777f39970db 216 bytes (raw)
$ git show v0.95.2:test/rails/app-1.2.3/app/controllers/application.rb	# shows this blob on the CLI

1
2
3
4
5
6
 
# -*- encoding: binary -*-

class ApplicationController < ActionController::Base
  # Pick a unique cookie name to distinguish our session data from others'
  session :session_key => "_unicorn_rails_test.#{rand}"
end

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