Sha256: c3e8a2e4e40352a8b568c69c5959399c6399a660e050d55f6d5c23505602c62f
Contents?: true
Size: 685 Bytes
Versions: 3
Compression:
Stored size: 685 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> <a href="roodi.png?<%= Time.now.localtime %>"> <img src="roodi.png?<%= Time.now.localtime %>" width="400"> </a> <table> <tr> <th>File Path</th> <th>Warning</th> </tr> <% count = 0 %> <% @roodi[:problems].each do |problem| %> <tr class='<%= cycle("light", "dark", count) %>'> <td><%= problem[:file] %>:<%= problem[:line] %></td> <td><%= problem[:problem] %></td> </tr> <% count += 1 %> <% end %> </table> <p>Generated on <%= Time.now.localtime %></p>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
edouard-metric_fu-1.0.4.1 | lib/templates/awesome/roodi.html.erb |
edouard-metric_fu-1.0.4.2 | lib/templates/awesome/roodi.html.erb |
edouard-metric_fu-1.0.4 | lib/templates/awesome/roodi.html.erb |