Open dblock opened 12 years ago
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.
This lets you paginate over all results, not just the last 1000.
Note that the :limit option applies to the total result.