Report Code Statistics in Rails
You can run rails stats
to print out statistics around lines of code,
classes, methods, code to test ratio, etc for your rails app. It'll print out a
table like this:
(Don't mind the code to test ratio...it's a proof of concept app 😅)
h/t Joel Hawksley, I learned about this from the excellent talk he gave at Chicago Ruby last week.
Tweet