unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
blob 70816dc6184c454e22181716d92d106306e84c01 168 bytes (raw)
$ git show v0.95.2:test/rails/app-2.1.2/config/routes.rb	# shows this blob on the CLI

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

ActionController::Routing::Routes.draw do |map|
  map.connect ':controller/:action/:id.:format'
  map.connect ':controller/:action/:id'
end

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