On Wednesday 20 May 2009, Jeremy Kemper wrote: > On Wed, May 20, 2009 at 3:32 AM, Michael Schuerig <[email protected]> wrote: > > Is there a way to find out which (gem) plugins are loaded without > > repeating work the initializer has already done? > > No, but it's been proposed: > https://rails.lighthouseapp.com/projects/8994/tickets/2526
As I've been hacking around in Railties anyway, I've changed to code to my liking and moved loaded_plugins from Initializer to Configuration. More on this latter. Michael -- Michael Schuerig mailto:[email protected] http://www.schuerig.de/michael/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
