Hi all

I have a plugin which itself needs to load some plugins from its own
vendor/plugins directory.

I've spent half of this morning Googling about for answers but I
haven't found anything suitable yet.

I've been looking at adding plugin load paths to the host app's
initializer object from init.rb but, of course, that'll be useless
seeing as being in init.rb means that the plugin loader is already
running.

Does anyone know of a solution that can be incorporated into a
plugin's init.rb file that'll load these "nested" plugins alongside
the host app's plugins? Or is there another Rails "best practice"
approach that I haven't found yet?

Any help greatly appreciated.

Thanks
Tristan

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to