Sha256: 5cecea6e335bdc42f82df66d200b28acc4df58f06a897e09aa83172a90580369
Contents?: true
Size: 518 Bytes
Versions: 32
Compression:
Stored size: 518 Bytes
Contents
<h3>Source Control Churn Results</h3> <p>Files that change a lot in your project may be bad a sign. This task uses your source control log to identify those files. </p> <table> <tr> <th>File Path</th> <th>Times Changed</th> </tr> <% count = 0 %> <% @churn[:changes].each do |change| %> <tr> <td><%= link_to_filename(change[:file_path]) %></td> <td><%= change[:times_changed] %></td> </tr> <% count += 1 %> <% end %> </table> <p>Generated on <%= Time.now.localtime %></p>
Version data entries
32 entries across 32 versions & 14 rubygems