Sha256: 6bac838332c0996127d88178e33163117962416aa7c164ae7459092ce2e689df
Contents?: true
Size: 929 Bytes
Versions: 5
Compression:
Stored size: 929 Bytes
Contents
<h3>Rails Best Practices Results</h3> <p><a href="http://github.com/railsbp/rails_best_practices">rails_best_practices</a> is a code metric tool for rails projects.</p> <% graph_name = 'rails_best_practices' %> <% if MetricFu.configuration.graph_engine == :gchart %> <img src="<%= graph_name %>.png?<%= Time.now.to_i %>" /> <% else %> <canvas id="graph"></canvas> <script language="javascript" src="<%= graph_name %>.js?<%= Time.now.to_i %>" type="text/javascript"></script> <% end %> <table> <tr> <th>File Path</th> <th>Warning</th> </tr> <% count = 0 %> <% @rails_best_practices[:problems].each do |problem| %> <tr class='<%= cycle("light", "dark", count) %>'> <td><%= link_to_filename(problem[:file], problem[:line]) %></td> <td><a href =<%= problem[:url] %>><%= problem[:problem] %></a></td> </tr> <% count += 1 %> <% end %> </table> <p>Generated on <%= Time.now.localtime %></p>
Version data entries
5 entries across 5 versions & 1 rubygems