Ralph::EagerLoading::EagerLoader
EagerLoader - handles the LEFT JOIN strategy
Fetches all data in a single query using LEFT JOINs. Better for small result sets but requires row deduplication.
Example:
authors = Author.eager_load(:posts).to_a
EagerLoader - handles the LEFT JOIN strategy
Fetches all data in a single query using LEFT JOINs. Better for small result sets but requires row deduplication.
Example:
authors = Author.eager_load(:posts).to_a