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