tags:

views:

25

answers:

1

I have found many guides laying out how to do things like adding rake tasks to a continuous build server that utilize metric_fu for a rails project. However, if I have a simple ruby-only project, how can I run metric_fu to show me complexity measures and code smells? It seems like it would involve setting up a rake task or something, but I'm not sure how to accomplish it.

Any help would be mostly appreciated.

+1  A: 

I believe I have found a site that details how to setup and run metric_fu as I want.

http://asciicasts.com/episodes/166-metric-fu

Spencer