Sha256: b8a1046fc98d8a0355c3d4e3b6efedad2e1beeb1d2f10636cbfe87cc756b989f

Contents?: true

Size: 474 Bytes

Versions: 214

Compression:

Stored size: 474 Bytes

Contents

#!/usr/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 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

214 entries across 80 versions & 5 rubygems

Version Path
typo-5.0.2 public/dispatch.rb
typo-4.1 public/dispatch.rb
typo-5.0.1 public/dispatch.rb
typo-5.0.3.98.1 public/dispatch.rb
typo-5.0 public/dispatch.rb
typo-5.0.3.98 public/dispatch.rb
typo-5.1.2 public/dispatch.rb
typo-5.1.1 public/dispatch.rb
typo-5.1.3 public/dispatch.rb
typo-5.1 public/dispatch.rb
typo-5.1.98 public/dispatch.rb
typo-5.2 public/dispatch.rb
typo-5.2.98 public/dispatch.rb
typo-5.3 public/dispatch.rb