Search Results

0
votes

Why all the Active Record hate?

The problem with ActiveRecord is that the queries it automatically generates for you can cause performance problems. You end up doing some unintuitive tricks to optimize the queries that le …