aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/tasks/gems.rake
Commit message (Expand)AuthorAgeFilesLines
* Make refresh_specs more resilient. Always add vendor/gems to gem search path....Matt Jones2008-11-011-1/+2
* config.gem: Fix typo in unpack, skip dependencies on unloaded gems, and silen...Matt Jones2008-10-201-1/+2
* Make VendorGemSourceIndex handle broken/missing specs generated by previous v...Matt Jones2008-10-131-0/+10
* Fix a number of errors in the config.gem mechanism.Matt Jones2008-10-051-8/+12
* Consolidate error messages for missing gems, and skip them when running rake ...rick2008-05-311-3/+9
* Now that we have gems:unpack and gems:build allowing for integration ofDavid Dollar2008-04-111-0/+16
* Don't require rails/gem_builder during rails initialization, it's only needed...Rick Olson2008-04-081-4/+8
* Flesh out rake gems:unpack to unpack all gems, and add rake gems:build for na...Rick Olson2008-04-021-8/+15
* Added config.gem for specifying which gems are required by the application, a...Rick Olson2008-03-301-0/+31