def build_criteria(data_cols, i)
     filterHTML = ''
     typeObjects = ''
...

Ruby Helper Method could be more...

by Danny Peck, April 23, 2009 20:53, 5 refactorings, tagged with ruby, html, content_tag, select_tag

Any help is appreciated.

8f5553306c2cf7f4b14153f6117f8e9b Talk
<% if level != max_level && level > 1 %>
  <td colspan="<%=max_level-level%>" class="grouptd last"></td>
<% end %>

Ruby Double conditional and cont...

by Danny Peck, April 16, 2009 19:23, 5 refactorings, tagged with rails, ruby, content_tag, conditional

Curious of the right way to...

8f5553306c2cf7f4b14153f6117f8e9b Talk
<span <% if level < max_level && r != ''%>
         onmouseover="$('<%=row_id%>_plusminus').show();"
         onmouseout="$('<%=row_id%>_plusminus').hide();"
...

Ruby Ruby IMG Snippet to content...

by Danny Peck, April 16, 2009 19:19, 5 refactorings, tagged with rails, ruby, img, content_tag

Definitely new to Ruby and ...

8f5553306c2cf7f4b14153f6117f8e9b Talk