1 2 3 4
# call-seq: # StatisticsUtils.merge_sum(hash1, hash2, ...) -> merged_hash # ...
1 2 3 4
#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 iteratate, sum, sql, ruby
I have an actions table tha...
This is obviously not very ...