| .. | |||||
| assets | |||||
| test+directory | |||||
| lighttpd.conf | |||||
| lighttpd.errors | |||||
| rackup_stub.rb | |||||
| sample_rackup.ru | |||||
| test | |||||
| test.fcgi | |||||
| test.ru |
#!/usr/bin/env ruby # -*- ruby -*- $: << File.join(File.dirname(__FILE__), "..", "..", "lib") require 'rack' require '../testrequest' Rack::Handler::CGI.run(Rack::Lint.new(TestRequest.new))
| .. | |||||
| assets | |||||
| test+directory | |||||
| lighttpd.conf | |||||
| lighttpd.errors | |||||
| rackup_stub.rb | |||||
| sample_rackup.ru | |||||
| test | |||||
| test.fcgi | |||||
| test.ru |