From 03fa32f140b167ff6f97ff08cb101390d4c0a84e Mon Sep 17 00:00:00 2001 From: Jacques Distler Date: Sat, 25 Sep 2010 00:35:47 -0500 Subject: [PATCH] Passenger Support To get Passenger to work smoothly with our Bundler setup, need this file. --- config/setup_load_paths.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config/setup_load_paths.rb diff --git a/config/setup_load_paths.rb b/config/setup_load_paths.rb new file mode 100644 index 00000000..5ecf1517 --- /dev/null +++ b/config/setup_load_paths.rb @@ -0,0 +1,3 @@ +require "rubygems" +vend = File.join(File.dirname(__FILE__), '..', 'vendor') +Gem.use_paths File.join(vend, 'bundle', File.basename(Gem.dir)), (Gem.path + [File.join(vend, 'plugins', 'bundler')])