Sha256: 149681d8c414b899af3b434577b9140c51a5e77a524818a5a14abdb71c6f7f2a
Contents?: true
Size: 841 Bytes
Versions: 19
Compression:
Stored size: 841 Bytes
Contents
<html> <head> <title>Rails Best Practices Results</title> <style> <%= inline_css("default.css") %> </style> </head> <body> <h1>Rails Best Practices Results</h1> <a href="index.html">back to menu</a> <p><a href="http://github.com/railsbp/rails_best_practices">rails_best_practices</a> checks quality of rails app files according to ihower’s presentation from Kungfu RailsConf in Shanghai China.</p> <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><%= problem[:file] %>:<%= problem[:line] %></td> <td><%= problem[:problem] %></td> </tr> <% count += 1 %> <% end %> </table> <p>Generated on <%= Time.now.localtime %></p> </body> </html>
Version data entries
19 entries across 19 versions & 2 rubygems