This project is archived and is in readonly mode.

#2773 ✓resolved
Matt Jones

Rollup: Fix issues with 2.3.2 gem loader

Reported by Matt Jones | June 6th, 2009 @ 11:12 PM | in 2.3.3

Fix several issues with the 2.3.2 gem loader.

Incorporates the following:

  • migrates back small change to gems:build:force from bfc1609a501fc3ed442685819de5bcdb5fbada1c to finish closing #2266.

  • unrolls to_proc calls in gems.rake, to match the change in master.

  • fixes #2722 by passing the options hash to dependencies during build. (includes a test)

  • fixes #2721 by loading the specification directly in from_directory_name. Adds an option to opt-out of specification loading when needed (in gems:refresh_specs, for instance). Includes tests.

  • fixes #2679 by refreshing specs for all frozen gems rather than just gems loaded from the environment.

  • fixes #2678 by passing the options hash to dependencies during unpack.

Patches attached for both 2-3-stable and master.

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>

Referenced by

Pages