summaryrefslogtreecommitdiff
path: root/spec/runtime/setup_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* specs: check :branch for local overrides on runtimeDavid Lee2012-06-141-0/+87
* fix relative_path so it checks Bundler.rootTerence Lee2011-12-081-0/+25
* standardize on >= "1.9"Andre Arko2011-10-211-1/+1
* Make tests green again (result of small changes to output format)Jacob Burkhart & Josh Lane2011-09-221-1/+1
* Don't hose existing load paths if Bundle.setup is called a multiple times wit...Kevin Radloff2011-08-291-0/+19
* fixed typoTerence Lee2011-08-041-1/+1
* remove extra spaceTerence Lee2011-08-041-1/+1
* get rid of the last "useless use of ==" warningsAndre Arko2011-05-241-8/+8
* Fix the spec so it doesn't destroy load path of the process running the specsAndre Arko2011-05-111-17/+6
* Move spec up so it breaks later specs inside the same fileAndre Arko2011-05-111-32/+33
* Spec demonstrating bug in handling relative paths in Gemfiles.Michael Birk2011-05-101-0/+33
* Phase 1 of rubygems/bundler reintegrationEvan Phoenix2011-04-181-2/+2
* Tests and fix for Bundler.require removing gems fromAndre Arko2011-01-191-2/+61
* fixing some useless assignment warningsAaron Patterson2011-01-181-1/+1
* what's cripping?Terence Lee2011-01-051-1/+1
* deprecation of Gem::LoadError#version_requirementTerence Lee2011-01-051-0/+51
* p.include? is not a legitimate path comparisonAndre Arko2010-11-041-0/+8
* clean up specs:Terence Lee2010-10-281-2/+2
* Umm we got rid of env.rb a while agoAndre Arko2010-10-241-0/+158
* The filesystem might not be writable during runtime when deployed.Carl Lerche2010-08-051-0/+19
* cache_path is the incorrect thing to check here.Carl Lerche2010-08-051-0/+6
* Shim Gem.refresh (fixes a bug involving unicorn)Carlhuda2010-07-211-0/+15
* Don't run any git commands when in runtime mode (aka Bundler.setup)Carlhuda2010-07-201-2/+48
* Remove the call to lock from Runtime#initializeCarlhuda2010-07-191-0/+14
* Fixes a bug where lockfiles were being updated or created even in the face of...Carlhuda2010-07-121-0/+61
* Improve bundling bundler logicCarlhuda2010-07-021-1/+1
* Add spec for gemspec require_path order in $LOAD_PATHAndre Arko2010-07-011-0/+18
* Ruby 1.9 does not track activated gems, so we cannot provide a helpful warnin...wycats2010-06-291-21/+25
* Raise an activation error if a rubygem is already activated that conflicts wi...Carlhuda2010-06-251-0/+27
* Unpendify more specsCarl Lerche2010-06-091-16/+0
* Turn bundle lock and bundle unlock into no-opsCarl Lerche2010-04-261-2/+1
* Remove tests for backtrace-suppression that is now goneAndre Arko2010-04-231-32/+0
* There is no more need to separate SystemGems and BundlerGemsCarl Lerche2010-04-231-1/+2
* Fix the Gem::SourceIndex monkey patchingCarlhuda2010-04-221-6/+1
* Require spec_helperCarlhuda2010-04-201-1/+1
* Fix typo in setup_specAndre Arko2010-04-141-1/+1
* Pretty error from Bundle.setup when gems are missingAndre Arko2010-04-141-7/+17
* Disable rubygems more fully when unlockedAndre Arko2010-04-081-28/+47
* Specification#loaded_from should return a String for fake specs, tooEric Lindvall2010-03-161-0/+2
* Don't print stderr output from specs if expectedAndre Arko2010-03-111-1/+1
* Unify the Installer's local index and the runtime indexCarl Lerche2010-03-101-0/+22
* Raise a better error in the case that a git repo is not cloned yet.Carl Lerche2010-03-091-0/+13
* Ignore paths like GEM_HOME that are empty stringsAndre Arko2010-02-251-0/+13
* Remove pending from passing spec, un-nest unrelated specAndre Arko2010-02-251-16/+15
* Prioritize BUNDLE_PATH over GEM_PATHCarl Lerche2010-02-231-0/+13
* Maintain RG compatibility with Rubygems::Specification#loaded_fromCarlhuda2010-02-221-0/+19
* Remember the --without option for bundle installCarlhuda2010-02-221-0/+33
* Using --without does not change resolves at runtimeCarlhuda2010-02-221-0/+17
* Fix bundle install for a locked app, when there isn't already a .bundle direc...Joshua Nichols2010-02-131-2/+2
* Generate .bundle/environment.rb on Bundle.setup if the bundle is locked and ....Carl Lerche2010-02-101-0/+17