I''m searching 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 this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Yeah good luck with that. If you find anything, post it back in here because I didn''t see anything. On Mar 28, 5:27 am, "Arjen van Schie" <gvsc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I''m searching 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 this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Here''s simple code statistics / metrics for Ruby (and some other common languages JavaScript, C++, Java, ...) Here''s statistics of Rails modules https://github.com/alexeypetrushin/code_stats/raw/master/docs/rails.png The tool - CodeStats https://github.com/alexeypetrushin/code_stats Attachments: http://www.ruby-forum.com/attachment/6500/rails.png -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.