代码搜索:dispatch
找到约 10,000 项符合「dispatch」的源代码
代码结果 10,000
www.eeworm.com/read/458008/1590396
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/1590398
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/1590404
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/1590447
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/1590449
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/1590455
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/1590582
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/1590583
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/1590585
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/1590635
fcgi dispatch.fcgi
#!/Users/dave/ruby1.8/bin/ruby
def dispatcher_error(path,e,msg="")
error_message =
"[#{Time.now}] Dispatcher failed to catch: #{e} (#{e.class})\n #{e.backtrace.join("\n ")}\n#{msg}"
Logger.