aboutsummaryrefslogtreecommitdiffstats
path: root/load_paths.rb
Commit message (Collapse)AuthorAgeFilesLines
* require "rubygems" is obsolete in Ruby 1.9.3Kornelius Kalnbach2012-05-131-1/+0
|
* Whitespace only: Use single newline at end of file.Brook Riggio2012-01-271-1/+1
| | | | Bring these files into accordance with the prevailing convention.
* This fixes an issue when bundling to a local path (eg. /vendor/bundle).Josh Kalderimis2011-07-171-6/+2
| | | | | If you bundle to a local path bundler is not included in it, so calling "gem 'bundler'" will fail.
* remove call to source indexAaron Patterson2011-06-061-2/+1
|
* Remove rescue as it was clobbering the real error.José Valim2011-04-151-31/+8
|
* Gem.cache is going to be deprecated, use source_index insteadAaron Patterson2011-02-211-1/+1
|
* Bust gem prelude to ensure bundler's in the load path. Not sure what's ↵Jeremy Kemper2010-03-271-1/+7
| | | | broken here.
* Define Bundler constant stub if bundler gem is not installedJoshua Peek2010-02-281-0/+5
|
* Revert "Fix test load paths for those not using bundler"Carlhuda2010-02-231-0/+21
| | | | | | This reverts commit eec2d301d4ce9df9c71c1a5aa63053eb970b6818. This commit broke tests. You cannot have a file called "bundler" on the load path.
* Fix test load paths for those not using bundlerJoshua Peek2010-02-151-21/+0
|
* Use the correct environment.rb pathJeremy Kemper2010-02-041-2/+2
|
* Get rails tests running on bundler 0.9Carl Lerche2010-01-311-0/+21