This document discusses code quality tools for Ruby code and how RubyMine can help. It introduces static and runtime tools for finding code smells, metrics for measuring qualities like duplication, and testing and coverage tools. RubyMine integrates many of these tools and performs on-the-fly code inspections to help improve code quality. The document encourages attendees to try RubyMine's code quality features themselves.