Sha256: a23f863849d40b48bb681eb2956d672c74e02cd370d14acba3409144c159af32
Contents?: true
Size: 631 Bytes
Versions: 14
Compression:
Stored size: 631 Bytes
Contents
<h3>Roodi Results</h3> <p><a href="http://roodi.rubyforge.org/">Roodi</a> parses your Ruby code and warns you about design issues you have based on the checks that is has configured.</p> <%= render_partial 'graph', {:graph_name => 'roodi'} %> <table> <tr> <th>File Path</th> <th>Warning</th> </tr> <% count = 0 %> <% @roodi[:problems].each do |problem| %> <tr class='<%= cycle("light", "dark", count) %>'> <td><%= link_to_filename(problem[:file], problem[:line]) %></td> <td><%= problem[:problem] %></td> </tr> <% count += 1 %> <% end %> </table> <%= render_partial 'report_footer' %>
Version data entries
14 entries across 14 versions & 3 rubygems