<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Hacking rake:stats to get gross LOC</title>
	<atom:link href="http://www.pervasivecode.com/blog/2007/06/28/hacking-rakestats-to-get-gross-loc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pervasivecode.com/blog/2007/06/28/hacking-rakestats-to-get-gross-loc/</link>
	<description>Jamie Flournoy's Software Development Blog</description>
	<lastBuildDate>Wed, 02 Nov 2011 15:50:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: wargo</title>
		<link>http://www.pervasivecode.com/blog/2007/06/28/hacking-rakestats-to-get-gross-loc/comment-page-1/#comment-53027</link>
		<dc:creator>wargo</dc:creator>
		<pubDate>Thu, 23 Jun 2011 13:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.pervasivecode.com/blog/2007/06/28/hacking-rakestats-to-get-gross-loc/#comment-53027</guid>
		<description>Thanks for this post!! 

For solve this problem:
such file to load — code_statistics

You need:
require &#039;rails/code_statistics&#039;

Or you can use: 
https://github.com/rails/rails/blob/master/railties/lib/rails/tasks/statistics.rake</description>
		<content:encoded><![CDATA[<p>Thanks for this post!! </p>
<p>For solve this problem:<br />
such file to load — code_statistics</p>
<p>You need:<br />
require &#8216;rails/code_statistics&#8217;</p>
<p>Or you can use:<br />
<a href="https://github.com/rails/rails/blob/master/railties/lib/rails/tasks/statistics.rake" rel="nofollow">https://github.com/rails/rails/blob/master/railties/lib/rails/tasks/statistics.rake</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie Flournoy</title>
		<link>http://www.pervasivecode.com/blog/2007/06/28/hacking-rakestats-to-get-gross-loc/comment-page-1/#comment-43988</link>
		<dc:creator>Jamie Flournoy</dc:creator>
		<pubDate>Fri, 11 Feb 2011 12:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.pervasivecode.com/blog/2007/06/28/hacking-rakestats-to-get-gross-loc/#comment-43988</guid>
		<description>CodeStatistics is part of Rails so it&#039;s probably a matter of &quot;require&quot;-ing the right stuff in the top of your Rakefile. Mine looks like this:
&lt;code&gt;require &#039;rake&#039;
require &#039;rake/testtask&#039;
require &#039;rake/rdoctask&#039;
require &#039;tasks/rails&#039;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>CodeStatistics is part of Rails so it&#8217;s probably a matter of &#8220;require&#8221;-ing the right stuff in the top of your Rakefile. Mine looks like this:<br />
<code>require 'rake'<br />
require 'rake/testtask'<br />
require 'rake/rdoctask'<br />
require 'tasks/rails'</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cirrus</title>
		<link>http://www.pervasivecode.com/blog/2007/06/28/hacking-rakestats-to-get-gross-loc/comment-page-1/#comment-43319</link>
		<dc:creator>Cirrus</dc:creator>
		<pubDate>Thu, 03 Feb 2011 23:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.pervasivecode.com/blog/2007/06/28/hacking-rakestats-to-get-gross-loc/#comment-43319</guid>
		<description>Hi Jamie,

I added your code to my RakeFile but I&#039;m getting this error on line 03: &quot;no such file to load -- code_statistics&quot;. How do I get around this?

Thanks a lot,
SSCirrus</description>
		<content:encoded><![CDATA[<p>Hi Jamie,</p>
<p>I added your code to my RakeFile but I&#8217;m getting this error on line 03: &#8220;no such file to load &#8212; code_statistics&#8221;. How do I get around this?</p>
<p>Thanks a lot,<br />
SSCirrus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Marsh</title>
		<link>http://www.pervasivecode.com/blog/2007/06/28/hacking-rakestats-to-get-gross-loc/comment-page-1/#comment-13561</link>
		<dc:creator>Kevin Marsh</dc:creator>
		<pubDate>Mon, 26 Jan 2009 17:56:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.pervasivecode.com/blog/2007/06/28/hacking-rakestats-to-get-gross-loc/#comment-13561</guid>
		<description>I tweaked this a bit, this adds a new task stats:static that just reports on HTML and CSS:

  http://gist.github.com/52889</description>
		<content:encoded><![CDATA[<p>I tweaked this a bit, this adds a new task stats:static that just reports on HTML and CSS:</p>
<p>  <a href="http://gist.github.com/52889" rel="nofollow">http://gist.github.com/52889</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Marsh</title>
		<link>http://www.pervasivecode.com/blog/2007/06/28/hacking-rakestats-to-get-gross-loc/comment-page-1/#comment-13560</link>
		<dc:creator>Kevin Marsh</dc:creator>
		<pubDate>Mon, 26 Jan 2009 17:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.pervasivecode.com/blog/2007/06/28/hacking-rakestats-to-get-gross-loc/#comment-13560</guid>
		<description>Pretty clever code, although it negatively impacts the Code to Test Ratio numbers. Could probably hack it further and add the notion of untestable code, but this works pretty well for a quick guesstimate. Thanks!</description>
		<content:encoded><![CDATA[<p>Pretty clever code, although it negatively impacts the Code to Test Ratio numbers. Could probably hack it further and add the notion of untestable code, but this works pretty well for a quick guesstimate. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Andreas</title>
		<link>http://www.pervasivecode.com/blog/2007/06/28/hacking-rakestats-to-get-gross-loc/comment-page-1/#comment-9196</link>
		<dc:creator>Scott Andreas</dc:creator>
		<pubDate>Tue, 15 Jul 2008 06:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.pervasivecode.com/blog/2007/06/28/hacking-rakestats-to-get-gross-loc/#comment-9196</guid>
		<description>Thanks, I&#039;ve been looking for something like this.  Funny to stumble on it almost a year later!</description>
		<content:encoded><![CDATA[<p>Thanks, I&#8217;ve been looking for something like this.  Funny to stumble on it almost a year later!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

