Rails Best Practices Results

rails_best_practices is a code metric tool for rails projects.

<%= render_partial 'graph', {:graph_name => 'rails_best_practices'} %> <% count = 0 %> <% @rails_best_practices[:problems].each do |problem| %> <% count += 1 %> <% end %>
File Path Warning
<%= link_to_filename(problem[:file], problem[:line]) %> ><%= problem[:problem] %>
<%= render_partial 'report_footer' %>