Source Control Churn Results

Files that change a lot in your project may be bad a sign. This task uses your source control log to identify those files.

<% @changes.to_a.sort {|x,y| y[1] <=> x[1]}.each do |change| %> <% end %>
File PathTimes Changed
<%= change[0] %><%= change[1] %>

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