search for: saikuro

Displaying 3 results from an estimated 3 matches for "saikuro".

Did you mean: sackur
2007 Mar 28
2
code-metrics for ruby (on rails)
...for code analysing tools for Ruby (on Rails). I know some tools for Java and DotNet but I can''t seem to find much for Ruby. Things I''m interested in are metrics like coupling (fan-in, fan-out), complexity (McCabe), inheritance nesting levels etc. The only tools I found so far are saikuro(only mccabe) and kwala (seems like a frontend for saikuro) If you know of any other tools please let me know, Arjen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to t...
2007 Nov 10
3
autometric gem
I''m working on tool to automatically run code metrics in the same way as autotest. It''s runs rcov, flog, and saikuro right now, and works with rspec and rails. It''s hosted at rubyforge: http://rubyforge.org/projects/autometric/ I''ve got a post on how to configure it with growl: http://benburkert.com/2007/11/9/introducing-autometric I''m hoping to get Heckle working soon. -Ben
2008 Sep 19
0
metric_fu for use in cc.rb
Hi all, I looked on the mailing list for metric_fu, but didn''t find it -- so at the risk of being redundant, it looks really useful. "Metric_fu is a set of rake tasks that make it easy to generate metrics reports. It uses Saikuro <http://saikuro.rubyforge.org/>, Flog<http://ruby.sadi.st/Flog.html>, Rcov <http://eigenclass.org/hiki.rb?rcov>, SubversionF<http://subversion.tigris.org/>, and Rails <http://www.rubyonrails.org/> built-in stats task to create a series of reports. It''s designe...