This document provides an overview of a presentation on Ruby on Rails given to the Agile Atlanta group in May 2005. The presentation covered an introduction to Ruby on Rails, a demonstration of Rails, a description of the Rails framework including its Model-View-Controller architecture, ActiveRecord implementation, and other features like helpers, caching and testing. Examples were provided of how to define models, views, controllers and web services in Rails. The presenter emphasized how Rails promotes agile practices through conventions, its focus on human factors and succinct code.