Rails Best Practices Results

rails_best_practices is a code metric tool for rails projects.

<% graph_name = 'rails_best_practices' %> <% if MetricFu.configuration.graph_engine == :gchart %> <% else %> <% end %> <% count = 0 %> <% @rails_best_practices[:problems].each do |problem| %> <% count += 1 %> <% end %>
File Path Warning
<%= link_to_filename(problem[:file], problem[:line]) %> <%= problem[:problem] %>

Generated on <%= Time.now.localtime %>