aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/gem_dependency.rb
Commit message (Expand)AuthorAgeFilesLines
* 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