代码搜索:dispatch

找到约 10,000 项符合「dispatch」的源代码

代码结果 10,000
www.eeworm.com/read/458008/1590164

cgi dispatch.cgi

#!/opt/local/bin/ruby require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT) # If you're using RubyGems and mod_ruby, this require should be changed to an absolute pat
www.eeworm.com/read/458008/1590199

fcgi dispatch.fcgi

#!/opt/local/bin/ruby # # You may specify the path to the FastCGI crash log (a log of unhandled # exceptions which forced the FastCGI instance to exit, great for debugging) # and the number of request
www.eeworm.com/read/458008/1590201

rb dispatch.rb

#!/opt/local/bin/ruby #--- # Excerpted from "Agile Web Development with Rails, 2nd Ed." # We make no guarantees that this code is fit for any purpose. # Visit http://www.pragmaticprogrammer.com/title
www.eeworm.com/read/458008/1590207

cgi dispatch.cgi

#!/opt/local/bin/ruby require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT) # If you're using RubyGems and mod_ruby, this require should be changed to an absolute pat
www.eeworm.com/read/458008/1590259

fcgi dispatch.fcgi

#!/Users/dave/ruby1.8/bin/ruby # # You may specify the path to the FastCGI crash log (a log of unhandled # exceptions which forced the FastCGI instance to exit, great for debugging) # and the number o
www.eeworm.com/read/458008/1590261

rb dispatch.rb

#!/Users/dave/ruby1.8/bin/ruby #--- # Excerpted from "Agile Web Development with Rails, 2nd Ed." # We make no guarantees that this code is fit for any purpose. # Visit http://www.pragmaticprogrammer.
www.eeworm.com/read/458008/1590267

cgi dispatch.cgi

#!/Users/dave/ruby1.8/bin/ruby require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT) # If you're using RubyGems and mod_ruby, this require should be changed to an abs
www.eeworm.com/read/458008/1590341

fcgi dispatch.fcgi

#!/Users/dave/ruby1.8/bin/ruby require File.dirname(__FILE__) + "/../config/environment" require 'dispatcher' require 'fcgi' FCGI.each_cgi { |cgi| Dispatcher.dispatch(cgi) }
www.eeworm.com/read/458008/1590342

rb dispatch.rb

#!/Users/dave/ruby1.8/bin/ruby #--- # Excerpted from "Agile Web Development with Rails, 2nd Ed." # We make no guarantees that this code is fit for any purpose. # Visit http://www.pragmaticprogrammer.
www.eeworm.com/read/458008/1590343

cgi dispatch.cgi

#!/Users/dave/ruby1.8/bin/ruby require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT) # If you're using RubyGems and mod_ruby, this require should be changed to an abs