upr.git  about / heads / tags
Upload Progress for Rack
blob 45979267d29b98b12b151f625dcde8be09e2be97 151 bytes (raw)
$ git show HEAD:examples/rails_app-2.3.4/config.ru	# shows this blob on the CLI

1
2
3
4
5
6
 
require 'config/environment'
use Rack::ContentLength
use Rack::Chunked
use Rack::Deflater
use Rails::Rack::Static
run ActionController::Dispatcher.new

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