search for: product_parti

Displaying 1 result from an estimated 1 matches for "product_parti".

Did you mean: product_partial
2007 Feb 13
1
RJS specs
Hi again... This is wierd spec problem no. 3. I''ve got a simple one line RJS file that renders a partial specified by the controller page.replace_html("product_info", :partial => @product_partial) The partials in question will contain purely static content - the idea is to have some dynamic links, so you hit http://localhost:3000/gap/product_info/product_1 http://localhost:3000/gap/product_info/product_2 it will render _product_1.rhtml, _product_2.rhtml in a div etc. Ideally I&...