In Rails, the most common methods used to fetch association data are joins, preload, eager_load, and Includes. We will discuss all of them in this blog. 1: Joins It applies inner joins among the associations (without loading association data) and should match with at least one of the associated records and because of it ...The post Rails: Joins, Preload, Eager load and Includes appeared first on Arkhitech.