arturadib / agility

Javascript MVC for the "write less, do more" programmer
http://agilityjs.com
MIT License
542 stars 70 forks source link

.gather() should support pagination #20

Open arturadib opened 13 years ago

arturadib commented 13 years ago

Backbone uses an argument to .fetch() to specify page:

http://documentcloud.github.com/backbone/#Collection-fetch

Should we do the same?

arturadib commented 13 years ago

Maybe this can be part of a bigger feature - passing arguments (e.g. HTTP queries) to all persist methods...