What is Eager Loading ? Eager loading is a mechanism through which ActiveRecord loads the associated records in memory, reducing the number of executed sql queries. There are following ways to do eager loading in ActiveRecord: includes preload eag...
codingwithaglassofmilk.hashnode.dev5 min readNo responses yet.