has_activity
has_activity copied to clipboard
Stack level too deep
This gem is exactly what I was looking for -- grouping records by different date intervals and the ability to pad.
I fired it up, add the functionality to my model, run the query below, and I get a "stack level too deep" warning. Any thoughts?
Donation.activity_since(1.year.ago, :by => :week)