Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This fixes an issue when bundling to a local path (eg. /vendor/bundle). | Josh Kalderimis | 2011-07-17 | 1 | -6/+2 |
* | remove call to source index | Aaron Patterson | 2011-06-06 | 1 | -2/+1 |
* | Remove rescue as it was clobbering the real error. | José Valim | 2011-04-15 | 1 | -31/+8 |
* | Gem.cache is going to be deprecated, use source_index instead | Aaron Patterson | 2011-02-21 | 1 | -1/+1 |
* | Bust gem prelude to ensure bundler's in the load path. Not sure what's broken... | Jeremy Kemper | 2010-03-27 | 1 | -1/+7 |
* | Define Bundler constant stub if bundler gem is not installed | Joshua Peek | 2010-02-28 | 1 | -0/+5 |
* | Revert "Fix test load paths for those not using bundler" | Carlhuda | 2010-02-23 | 1 | -0/+21 |
* | Fix test load paths for those not using bundler | Joshua Peek | 2010-02-15 | 1 | -21/+0 |
* | Use the correct environment.rb path | Jeremy Kemper | 2010-02-04 | 1 | -2/+2 |
* | Get rails tests running on bundler 0.9 | Carl Lerche | 2010-01-31 | 1 | -0/+21 |