Sha256: 7eefc1fadc1166c64b0e2ba86b17cd63cf47d10648cf3b4c507733f8e1805eb0

Contents?: true

Size: 486 Bytes

Versions: 6

Compression:

Stored size: 486 Bytes

Contents

#!/opt/local/bin/ruby

require File.dirname(__FILE__) + "/../config/environment" unless defined?(::Rails.root.to_s)

# If you're using RubyGems and mod_ruby, this require should be changed to an absolute path one, like:
# "/usr/local/lib/ruby/gems/1.8/gems/rails-0.8.0/lib/dispatcher" -- otherwise performance is severely impaired
require "dispatcher"

ADDITIONAL_LOAD_PATHS.reverse.each { |dir| $:.unshift(dir) if File.directory?(dir) } if defined?(Apache::RubyRun)
Dispatcher.dispatch

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
overlord-3.0.2 test/rails_test/public/dispatch.rb
overlord-3.0.1 test/rails_test/public/dispatch.rb
disguise-3.0.2 test/rails_test/public/dispatch.rb
overlord-3.0.0 test/rails_test/public/dispatch.rb
disguise-3.0.1 test/rails_test/public/dispatch.rb
disguise-3.0.0 test/rails_test/public/dispatch.rb