agoragames / leaderboard

Leaderboards backed by Redis in Ruby
https://rubygems.org/gems/leaderboard
MIT License
480 stars 65 forks source link

passing page bigger than total page in leaders(page) #23

Closed fajarmf closed 12 years ago

fajarmf commented 12 years ago

what is the expected output for passing page bigger than total page in leaders(page) ? I was expecting for it to return empty array.

czarneckid commented 12 years ago

If you pass in a page bigger than the total pages, it will return the last page of data. This has been the behavior since the library was created.