Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | require "rubygems" is obsolete in Ruby 1.9.3 | Kornelius Kalnbach | 2012-05-13 | 1 | -1/+0 |
| | |||||
* | Whitespace only: Use single newline at end of file. | Brook Riggio | 2012-01-27 | 1 | -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 Kalderimis | 2011-07-17 | 1 | -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 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 ↵ | Jeremy Kemper | 2010-03-27 | 1 | -1/+7 |
| | | | | broken here. | ||||
* | 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 |
| | | | | | | 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 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 |