This project is archived and is in readonly mode.

#2097 ✓resolved
Matt Jones

Unpack gems into vendor exactly once

Reported by Matt Jones | February 27th, 2009 @ 11:31 PM

Some gems apparently are packed oddly, with (for example) all files set to read-only. (Hoe is one - thanks ssoroka!)

This causes problems, as the 2.2 gem unpack code will unpack dependencies more than once.

The attached patch is more careful with dependencies; it will only unpack each gem once. This should fix issues that some users have been having with gems:unpack:dependencies.

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

People watching this ticket

Tags

Referenced by

Pages