| .. | |||||
| assets | |||||
| test+directory | |||||
| lighttpd.conf | |||||
| lighttpd.errors | |||||
| rackup_stub.rb | |||||
| sample_rackup.ru | |||||
| test | |||||
| test.fcgi | |||||
| test.ru |
#!/usr/bin/env ruby # -*- ruby -*- $:.unshift '../../lib' require 'rack' require '../testrequest' Rack::Handler::FastCGI.run(Rack::Lint.new(TestRequest.new))
| .. | |||||
| assets | |||||
| test+directory | |||||
| lighttpd.conf | |||||
| lighttpd.errors | |||||
| rackup_stub.rb | |||||
| sample_rackup.ru | |||||
| test | |||||
| test.fcgi | |||||
| test.ru |