Does anyone know a way to determine if a Rails association has been eager loaded?
My situation: I have a result set where sometimes one of the associations is eager l
Have a look at the Bullet gem.. This will tell you when you should and should not use eager loading.