This project is archived and is in readonly mode.
[PATCH] Application object should instantiate non-vendored plugins
Reported by Sam Pohlenz | December 27th, 2009 @ 01:11 AM | in 3.0.2
To ensure that plugin initializers are run with the correct binding, non-vendored plugins should be instantiated by the Rails::Application object (Plugin::Vendored.all already instantiates vendored plugins).
Although there is a comment on this method indicating it will be refactored, I didn't want to let this issue slip through the cracks.
Comments and changes to this ticket
-
Jeremy Kemper December 29th, 2009 @ 10:50 PM
- State changed from new to open
- Assigned user set to Carl Lerche
- Milestone cleared.
-
Jeremy Kemper October 15th, 2010 @ 11:01 PM
- Milestone set to 3.0.2
- Importance changed from to Medium
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
- 3623 [PATCH] Make plugins responsible for loading their own rake tasks This patch depends on the fix in #3621 being applied.