This project is archived and is in readonly mode.
Rails metal loading regression in older Ruby versions
Reported by Simon Jefford | March 5th, 2009 @ 09:35 PM | in 2.x
Dir[array_of_globs] doesn't work in Rubies older than 1.8.6. The attached patch fixes in issue in metal.rb that breaks when more than one metal path is present (i.e. when engines are used)
Comments and changes to this ticket
-
Repository March 6th, 2009 @ 12:51 AM
- State changed from new to resolved
(from [e97180c273ada9b252ddf42d340d2947a509cb26]) Ensure that loading metals from the main app and engines works on older Ruby versions [#2143 state:resolved]
Signed-off-by: Joshua Peek josh@joshpeek.com http://github.com/rails/rails/co...
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
Attachments
Tags
Referenced by
- 2143 Rails metal loading regression in older Ruby versions (from [e97180c273ada9b252ddf42d340d2947a509cb26]) Ensure ...