Re: [Radiant] How to install rails plugin to radiant

2008-08-18 Thread Hamish Rickerby
Hi, You can pull the plugins out directly with SVN or GIT into the vendor/plugins directory. eg. git clone git://github.com/technoweenie/attachment_fu.git vendor/extensions/page_attachments/vendor/plugins/attachment_fu I personally am looking for a way to package plugins as part of an

Re: [Radiant] How to install rails plugin to radiant

2008-08-18 Thread Pacifists
I would like to accomplish the same functionality and also it looks that not everything works if I pull it directly. I've tried pulling http://topfunky.net/svn/plugins/calendar_helper/ so that I could use it in one of my extensions, but radiant can not see the generators that plugin should add to

Re: [Radiant] How to install rails plugin to radiant

2008-08-18 Thread Mohit Sindhwani
Hamish Rickerby wrote: I personally am looking for a way to package plugins as part of an extension, rather than having to pull them out separately, so that the extension is completely self contained. Anyone know how to do that? ::: hamish rickerby ::: http://glimmerdesign.com Hamish, I