aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/gem_dependency.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect specification path in GemDependency#from_directory_nameMatt Jones2009-06-101-1/+1
* Fix several issues with the 2.3.2 gem loader.Matt Jones2009-06-091-4/+16
* Attempt to deal with more cases of gems with native components.David Dollar2009-04-281-4/+17
* Makes the gem system understand development vs. runtime dependencies [#2195 s...David Dollar2009-03-131-97/+117
* Execute the appropriate gem command when using JRuby [#2215 state:resolved]Zack Hobson2009-03-131-1/+8
* Display gem dependencies correctly and unpack exactly once [#2097 state:resol...Matt Jones2009-03-011-4/+7
* handle missing dependecies in gem loadingMatt Jones2008-12-011-0/+1
* Make refresh_specs more resilient. Always add vendor/gems to gem search path....Matt Jones2008-11-011-13/+24
* config.gem: Fix typo in unpack, skip dependencies on unloaded gems, and silen...Matt Jones2008-10-201-1/+1
* Make VendorGemSourceIndex handle broken/missing specs generated by previous v...Matt Jones2008-10-131-4/+33
* Mark gem as not loaded when spec not foundMatt Jones2008-10-081-0/+2
* Fix a number of errors in the config.gem mechanism.Matt Jones2008-10-051-31/+111
* Partially revert 185fe2e9cce737d69d3b47a656f3651ce152c0c1Michael Koziarski2008-09-241-1/+3
* Make requiring gems optional.Ben Sandofsky2008-08-041-1/+1
* Fix discrepancies with loading rails/init.rb from gems. [#324 state:resolved]rick2008-06-081-1/+5
* GemDependency#specification should be publicJeremy Kemper2008-06-061-16/+15
* In 9c4f003, gem installation quotes versions. Do the same for unpack and upda...Joshua Peek2008-06-021-8/+8
* Previously we only added the "lib" subdirectory to the load path whenrick2008-05-311-1/+3
* Consolidate error messages for missing gems, and skip them when running rake ...rick2008-05-311-1/+0
* fix Gem installation command with versionsrick2008-05-311-2/+4
* Run gem install as external command. [#210 state:resolved]Tim Morgan2008-05-311-1/+5
* Gem dependencies don't require a version. Also fixed up failing gem dependenc...Joshua Peek2008-04-211-3/+1
* Now that we have gems:unpack and gems:build allowing for integration ofDavid Dollar2008-04-111-7/+27
* Require rubygems if needed when initializing GemDependency instancesRick Olson2008-04-091-0/+1
* Don't require rails/gem_builder during rails initialization, it's only needed...Rick Olson2008-04-081-2/+6
* Flesh out rake gems:unpack to unpack all gems, and add rake gems:build for na...Rick Olson2008-04-021-0/+16
* Improving railties test coverage. Closes #11496 [miloops]Jeremy Kemper2008-04-011-1/+1
* Small tweak to allow plugins to specify gem dependencies. [rick]Rick Olson2008-03-301-1/+1
* Added config.gem for specifying which gems are required by the application, a...Rick Olson2008-03-301-0/+78