mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
a6f718cfa0
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@64 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
10 lines
No EOL
450 B
Ruby
Executable file
10 lines
No EOL
450 B
Ruby
Executable file
#!/usr/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 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) }
|
|
Dispatcher.dispatch |