unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
blob ac7877caeb6de2fc05ca720efecfdbd8e4a428e1 168 bytes (raw)
$ git show maint:test/rails/app-2.3.8/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'
  map.connect ':controller/:action/:id.:format'
end

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