From 2a6b3a7c9117338e209b683f1c55f647a6a42f87 Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Thu, 22 Oct 2015 14:05:54 -0300 Subject: [PATCH] removing count limitation --- script/export_ranking.rb | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/script/export_ranking.rb b/script/export_ranking.rb index 554f066..ed408b8 100644 --- a/script/export_ranking.rb +++ b/script/export_ranking.rb @@ -45,7 +45,6 @@ profile_ids.each do |profile_id| ArticleFollower.where(:article_id => person_articles).count ] csv << [person.identifier, person.name, person.points] + categories_values + quantities_values - break if count > 200 end end end -- libgit2 0.21.2