search for: render_as_strings

Displaying 2 results from an estimated 2 matches for "render_as_strings".

Did you mean: render_as_string
2005 Dec 27
6
avoid multiple render per action
Hello, I have a hash that contains categories, and each category ID is a hash of subcategories. What i want to do is dynamically load that hash, loop thru it, for each category , subcat run a query against the DB, and render a partial. The issue is i put the render:partial in a for loop but you can only render once per action. What is the best way to loop thru all my categories without a
2006 Apr 04
0
Render an html according to external link
Hi, I would like to display in a Tab controller implemented by javascript external site pages. But I have a problem to render the external sites link as string in order to pass it to the tabs panels. var pane1 = ""? //Here I want to render as string www.foo.com target var pane2 = ""?//Here I want to render as string www.boo.com target var ts = new tabstrip(); var t1 = new