Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am wondering if there is a tool that will tell how many lines of code are present in my Rails app, what are controllers and models present as well?

share|improve this question
1  
partial answer to your question: rake stats :) have a try on your console. – PeterWong Jan 27 '12 at 8:04

1 Answer

up vote 5 down vote accepted

Try rake stats. It's built into Rails.

share|improve this answer
hah. thanks. seriously, a google would have done. But i guess i didnt use the right keywords there. Thanks :) – user1108915 Jan 27 '12 at 8:06
quick update : i think its rake stats with rails 3 :) – user1108915 Jan 27 '12 at 8:08
need to wait 6 mins :) . i will. – user1108915 Jan 27 '12 at 8:08

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.