This document summarizes 10 things the author learned when switching to Ruby on Rails. 1) Ruby is not the same as Rails, and many people don't understand the difference between the language and framework. 2) It's important to understand how ActiveRecord works and the relationships between models and the database. 3) In Ruby, classes and modules are objects themselves. 4) Code in Ruby should read like English using blocks and following conventions like the Rails way.