This project is archived and is in readonly mode.

#4295 ✓resolved
Chris Ochs

Rails incorrectly imposes version number as last part of gem directory name

Reported by Chris Ochs | March 29th, 2010 @ 07:05 PM | in 2.3.10

Rails requires that gems have a number as the last part of the filename, so many windows gems can't be frozen since the platform string is the last part of the gem name (and directory name)

version_for_dir in VendorGemSourceIndex makes this assumption, as does from_directory_name in GemDependency.

The monkey patch is kind of a pain, as you have to load the patch from two different places in boot.rb.

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