Roodi Results

Roodi parses your Ruby code and warns you about design issues you have based on the checks that is has configured.

<% count = 0 %> <% @roodi[:problems].each do |problem| %> <% count += 1 %> <% end %>
File Path Warning
<%= link_to_filename(problem[:file], problem[:line]) %> <%= problem[:problem] %>

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