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
<% 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...
<span <% if level < max_level && r != ''%>
onmouseover="$('<%=row_id%>_plusminus').show();"
onmouseout="$('<%=row_id%>_plusminus').hide();"
...
Ruby Ruby IMG Snippet to content...
Definitely new to Ruby and ...
Any help is appreciated.