This document discusses eager loading associations in Active Record to reduce the number of database queries. It explains the N+1 query problem and how to solve it using includes. It also covers eager loading multiple associations, conditions on eager loaded associations, and scopes.
Related topics: