This document outlines an intro to Ruby on Rails class presented by Jamal O'Garro of Code Crew. The class roadmap covers Ruby basics, Rails architecture using the MVC framework, building an app from scratch, ActiveRecord, and deployment. It also provides overviews of Ruby syntax like strings, numbers, operators, variables, flow control, and collections. The document explains Rails concepts such as the anatomy of a Rails app, the Bundler gem manager, asset pipeline, MVC pattern, router, REST, and CRUD.