The engines plugin won't do anything to load a plugin containing a vendor/plugin directory, but it should be relatively trivial to create such a directory, and then add the plugin lib dirs to the load path and require the necessary files within the 'top-level' plugin's init.rb
HTH, James On Fri, Jul 18, 2008 at 12:58 AM, Miles Georgi <[EMAIL PROTECTED]> wrote: > can a plugin have a vendor/plugins directory within it and have that > automatically used? > > I'm wondering if I have plugin A that depends on plugin B/C if I have to > install B/C in every project that uses A or if I can just install it within > A once and then only install A in my projects that use A. > > Thanks > > > _______________________________________________ > Engine-Users mailing list > [email protected] > http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org > > -- * J * ~ _______________________________________________ Engine-Users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
