I'm trying to find a trivially easy way of estimating the LOC for my Rails project, including views and CSS.
Is there a way to do this using TextMate?
If not, how else can one go about getting a total LOC estimate for Rails?
Edit
For clarification, I'm asking for a way to determine a value that includes html and css.