[Radiant] render_radiant

2011-01-19 Thread nx
I wanted to use ActionController like I always have, except render the action with Radiant. So I wrote a gem that overrides render to take instance variables and methods like params and flash from the action and assign them to the page context to be accessible from my Radius tags. It uses a

Re: [Radiant] render_radiant

2011-01-19 Thread Mohit Sindhwani
On 20/1/2011 11:18 AM, nx wrote: I wanted to use ActionController like I always have, except render the action with Radiant. So I wrote a gem that overrides render to take instance variables and methods like params and flash from the action and assign them to the page context to be accessible