Roodi stands for Ruby Object Oriented Design Inferometer. It parses your Ruby code and warns you about design issues you have based on the checks that is has configured.
Changes in 2.1.0:
- Ruby 1.9 compatible.
- New framework support to allow start and end file events.
- Added MissingForeignKeyIndexCheck. Still experimental for now.