Writing extensions - where to put plugins?

The extension I’m working on requires restful_authentication and I’ve
currently got it in /vendor/plugins. I’d rather include the whole
thing in my extension.

Is there any kind of ‘etiquette’ associated with that?

Can I just dump it into /vendor/extensions/my_extension/vendor/plugins
and away we go? (I noticed that the Paperclipped extension puts it in
that location)

-C

On Fri, Aug 29, 2008 at 1:16 PM, Christopher D. [email protected]
wrote:

The extension I’m working on requires restful_authentication and I’ve
currently got it in /vendor/plugins. I’d rather include the whole thing in
my extension.

Is there any kind of ‘etiquette’ associated with that?

Can I just dump it into /vendor/extensions/my_extension/vendor/plugins and
away we go? (I noticed that the Paperclipped extension puts it in that
location)

Yup, just put it it in that folder and it should work. Not sure what
happens if two extensions include the same plugin though.

Joe