# call-seq: # StatisticsUtils.merge_sum(hash1, hash2, ...) -> merged_hash # ...
#players = select distinct(player) from actions;
players = repository(:default).adapter.query('select distinct(player) from actions')
...
Ruby getting 20-100+ sums in one go
by feydr.myopenid.com,
February 10, 2009 19:13,
2 refactorings, tagged with sql, ruby, iteratate, sum
I have an actions table tha...
This is obviously not very ...