garb
garb copied to clipboard
Added an enumerator over all results.
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.
@Fosome This is old, do you want it? I'll rebase if you do.