[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

CodeStatistics

James Gray

3/30/2005 12:07:00 AM

Quick question: What package/gem installs the CodeStatistics object
used in the default Rails Rakefile? Is this part of Rake? Rails?
Something else?

Where can I find documentation for this class?

Thanks.

James Edward Gray II



3 Answers

David Heinemeier Hansson

3/31/2005 8:42:00 AM

0

> Quick question: What package/gem installs the CodeStatistics object
> used in the default Rails Rakefile? Is this part of Rake? Rails?
> Something else?

It resides in Railties. Here's a direct link:
http://dev.rubyonrails.com/file/trunk/railties/lib/code_sta...
--
David Heinemeier Hansson,
http://www.basec... -- Web-based Project Management
http://www.rubyon... -- Web-application framework for Ruby
http://www.loudthi... -- Broadcasting Brain



James Gray

3/31/2005 2:27:00 PM

0

On Mar 31, 2005, at 2:41 AM, David Heinemeier Hansson wrote:

>> Quick question: What package/gem installs the CodeStatistics object
>> used in the default Rails Rakefile? Is this part of Rake? Rails?
>> Something else?
>
> It resides in Railties. Here's a direct link:
> http://dev.rubyonrails.com/file/trunk/railties/lib/code_sta...

Thanks much.

James Edward Gray II



David Heinemeier Hansson

3/31/2005 10:56:00 PM

0

>>> Quick question: What package/gem installs the CodeStatistics object
>>> used in the default Rails Rakefile? Is this part of Rake? Rails?
>>> Something else?
>>
>> It resides in Railties. Here's a direct link:
>> http://dev.rubyonrails.com/file/trunk/railties/lib/code_sta...
>
> Thanks much.

If you dig into it, I'd love to see it as a generic Rake task. Just
like I would love to see Florian Gross' Rubyforge uploader as a Rake
task :).
--
David Heinemeier Hansson,
http://www.basec... -- Web-based Project Management
http://www.rubyon... -- Web-application framework for Ruby
http://www.loudthi... -- Broadcasting Brain