aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-02-10 13:36:50 -0600
committerJoshua Peek <josh@joshpeek.com>2009-02-10 13:36:50 -0600
commitff3fb6c5f3b2a0592189545f6f24ef759df6a12e (patch)
tree005b55fe067ca1ad55c2bc8acdc1cdd9a61db2c7 /actionpack
parent5689e681e9ec5824de6bc2b667b5bee3920bf91f (diff)
downloadrails-ff3fb6c5f3b2a0592189545f6f24ef759df6a12e.tar.gz
rails-ff3fb6c5f3b2a0592189545f6f24ef759df6a12e.tar.bz2
rails-ff3fb6c5f3b2a0592189545f6f24ef759df6a12e.zip
Reapply 0d5b3e6
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_controller/vendor/rack-1.0/rack.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/vendor/rack-1.0/rack.rb b/actionpack/lib/action_controller/vendor/rack-1.0/rack.rb
index c64bfe4f4d..6c03b55552 100644
--- a/actionpack/lib/action_controller/vendor/rack-1.0/rack.rb
+++ b/actionpack/lib/action_controller/vendor/rack-1.0/rack.rb
@@ -3,7 +3,7 @@
# Rack is freely distributable under the terms of an MIT-style license.
# See COPYING or http://www.opensource.org/licenses/mit-license.php.
-$: << File.expand_path(File.dirname(__FILE__))
+$:.unshift(File.expand_path(File.dirname(__FILE__)))
# The Rack main module, serving as a namespace for all core Rack