Ruby Forum Radiant CMS > Writing extensions - where to put plugins?

Posted by Christopher Dwan (Guest)
on 29.08.2008 22:17
(Received via mailing list)
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
Posted by Joe Van Dyk (Guest)
on 06.09.2008 21:39
(Received via mailing list)
On Fri, Aug 29, 2008 at 1:16 PM, Christopher Dwan <radixhound@gmail.com> 
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