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 29.08.2008 22:17
on 06.09.2008 21:39
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