[Radiant] View helpers in extensions

2007-03-15 Thread Nathan Wright
I'm still working on my asset handling plugin and I find myself needing a traditional rails helper method; i.e., something that I can call from a page view and use to dynamically modify/insert stuff into the page. I've been trying to add this functionality by creating a helper module (let's call

Re: [Radiant] View helpers in extensions

2007-03-15 Thread Kevin Ansfield
I ran into a similar issue earlier (I'm porting the Mephisto asset manager over to Radiant extensions) and would be very interested in an answer to the same question. Along the same lines, I'd also like to be able to extend the overall application helper and application.rb from within an

Re: [Radiant] View helpers in extensions

2007-03-15 Thread John W. Long
Nathan Wright wrote: I'm still working on my asset handling plugin and I find myself needing a traditional rails helper method; i.e., something that I can call from a page view and use to dynamically modify/insert stuff into the page. I've been trying to add this functionality by creating a