aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/tasks/gems.rake
Commit message (Expand)AuthorAgeFilesLines
* Get Railties passing againYehuda Katz2009-05-161-4/+4
* Remove stray call to gems:unpack in gems:build:forceMatt Jones2009-05-061-2/+1
* Attempt to deal with more cases of gems with native components.David Dollar2009-04-281-2/+16
* Makes the gem system understand development vs. runtime dependencies [#2195 s...David Dollar2009-03-131-46/+32
* Display gem dependencies correctly and unpack exactly once [#2097 state:resol...Matt Jones2009-03-011-4/+3
* break out of initializer early if gems aren't loaded [#1750 state:resolved]Matt Jones2009-02-201-2/+2
* Disable eager loading for all rake tasks [#802 state:resolved]Joshua Peek2009-01-271-2/+2
* 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