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

1
2
3
4
 
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