Alexey Trofimenko
Alexey Trofimenko
Um, do we really need it? I mean, compare with other "function aliases": `ids` isn't working for any column other than `id`, it works only on postgres, and it isn't...
Also, I never considered `#calculate_all` a good method to be called from your views or controllers. It's a plumbing, to be called from model class methods or some query object....
I've thought about making a patch for active_record, as an additional form to call `#calculate` or as another method. This gem was my try to refine and strip down functionality...
> @codesnik any thoughts? @ChuckJonas you probably wanted to mention someone else?