garb icon indicating copy to clipboard operation
garb copied to clipboard

Added an enumerator over all results.

Open dblock opened this issue 14 years ago • 1 comments

This lets you paginate over all results, not just the last 1000.

Pageviews.all(profile) do |row|
  puts "#{row.page_path} => #{row.pageviews}"
end

Note that the :limit option applies to the total result.

dblock avatar Mar 26 '12 23:03 dblock

@Fosome This is old, do you want it? I'll rebase if you do.

dblock avatar Aug 21 '15 13:08 dblock