Hacker News new | ask | show | jobs
by NARKOZ 4006 days ago
Author could use counter cache to solve the problem.
1 comments

Author here. That would work for a count (so perhaps that was a poor example to choose for this post) but we also use calculated_attributes for many more complex cases (for example, querying the earliest date in 3 columns across 3 tables).
There is a gem called eager_group that you might find useful.