calculate-all icon indicating copy to clipboard operation
calculate-all copied to clipboard

calculate_all method for aggregate functions in Active Record

Results 4 calculate-all issues
Sort by recently updated
recently updated
newest added

Just a quick note, I tried CalculateAll with groupdate 4.1.1 and noticed it didn't show dates when there are empty values, then I tried version 3.2.1 and got it working...

Add configuration options for `plain_values` in a matter of consistency ## Configuration You can change the behaviour of plain values and force to get the function returned ``` CalculateAll.configure do...

Hi there, I found myself fetching the associated ids during a call during my project multiple times. I performed this by calling ```ruby Order.group(:currency).calculate_all(ids: 'ARRAY_AGG(id)') ``` I've now added the...