You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@josegrad pretty sure that 'eager loading detected' is actually the n_plus_one detector. 'Unused eager loading' would be if you do have .includes([:shipments]) but you don't consume it.
I have the next configuration in development.rb
Ruby 2.5.9
Rails 5.1.7
Mongoid 7.2.1
But is still see:
The text was updated successfully, but these errors were encountered: