I am new to the concept of counter caching and with some astronomical load times on one of my app\'s main pages, I believe I need to get going on it.
Most of the coun
Check counter_culture gem:
counter_culture :category, column_name: Proc.new {|project| project.complete? ? 'complete_count' : nil }