RubyFlow The Ruby and Rails community linklog

Rubydeps 0.9.0.pre released

Rubydeps is a tool that uses graphviz to show a dependency graph of your project classes based on its tests. I think this is more useful than static analysis of the code base because of the high dynamic aspects of the language.

The main changes in this version are: - Support for Ruby 1.9.x (no longer supports 1.8) - Let’s you dump test runs to a file so you don’t need to start all over again just to change some filters

gem install rubydeps --pre

Comments

Just pushed 0.9.1.pre so please reinstall!

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in