This project is archived and is in readonly mode.
Add custom load ordering for metal
Reported by Simon Jefford | February 24th, 2009 @ 02:49 PM
I've added a new configuration options - config.metal - to which you can assign an array of metal class names. Those metals, and those metals only, will be loaded in the order specified in the array.
The patch also gives some test coverage to Metal.
Comments and changes to this ticket
-
DHH February 27th, 2009 @ 01:32 PM
- Assigned user set to josh
-
Simon Jefford March 1st, 2009 @ 06:16 PM
I've just tweaked the patch so it applies cleanly on top of master again.
-
josh March 3rd, 2009 @ 06:34 PM
- Milestone cleared.
-
Repository March 3rd, 2009 @ 06:39 PM
- State changed from new to resolved
(from [4d4d2c3896ed5a5d74da833c5c3132f406f4eab7]) Enhanced Rails Metal - the load order of metals can now be configured [#2057 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
Referenced by
- 2057 Add custom load ordering for metal (from [4d4d2c3896ed5a5d74da833c5c3132f406f4eab7]) Enhance...