aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/gem_dependency_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Only check for built extensions on gem dependencies that are in vendor/gems. ...J.D. Hollis2009-07-021-0/+9
* Fix incorrect specification path in GemDependency#from_directory_nameMatt Jones2009-06-101-0/+7
* Fix several issues with the 2.3.2 gem loader.Matt Jones2009-06-091-1/+15
* Additional tests for the gem subsystemDavid Dollar2009-04-291-0/+21
* Attempt to deal with more cases of gems with native components.David Dollar2009-04-281-0/+21
* Rejig active support dependencies to behave better with the boot processJeremy Kemper2009-04-281-0/+1
* Removed rest of Symbol#to_proc from railties testsJeremy Kemper2009-04-221-1/+1
* Makes the gem system understand development vs. runtime dependencies [#2195 s...David Dollar2009-03-131-7/+10
* Display gem dependencies correctly and unpack exactly once [#2097 state:resol...Matt Jones2009-03-011-1/+1
* Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-116/+114
* Fix failing gem dependency tests [#1659 state:resolved]Mike Gunderloy2008-12-291-12/+12
* How'd that sneak in there?Jeremy Kemper2008-12-091-1/+0
* handle missing dependecies in gem loadingMatt Jones2008-12-011-0/+14
* Really silence spec warnings when running GemDependency tests [#1308 state:re...Jeffrey Hardy2008-10-311-3/+2
* Make VendorGemSourceIndex handle broken/missing specs generated by previous v...Matt Jones2008-10-131-0/+20
* Fix a number of errors in the config.gem mechanism.Matt Jones2008-10-051-5/+44
* Partially revert 185fe2e9cce737d69d3b47a656f3651ce152c0c1Michael Koziarski2008-09-241-1/+1
* Make requiring gems optional.Ben Sandofsky2008-08-041-0/+9
* In 9c4f003, gem installation quotes versions. Do the same for unpack and upda...Joshua Peek2008-06-021-8/+8
* Gem dependencies don't require a version. Also fixed up failing gem dependenc...Joshua Peek2008-04-211-0/+4
* Added config.gem for specifying which gems are required by the application, a...Rick Olson2008-03-301-0/+62