ErlyORM / boss_db

BossDB: a sharded, caching, pooling, evented ORM for Erlang
Other
277 stars 138 forks source link

Added paginate function to help users paginate through database results. #153

Closed davidw closed 10 years ago

zkessin commented 10 years ago

Can you add some testing to this, I would really like to have some formal testing with proper on this

davidw commented 10 years ago

Probably. Can you suggest some code to use as an example? I'm not very familiar with PropEr, nor CB testing, as it was mostly absent in the past. Definitely needed though, so I can take shot at it.

zkessin commented 10 years ago

Sure, there are some good examples in "boss_news_controller_test.erl" if you need help feel free to contact me and we can maybe pair on this, I like the idea, but I really want to start having solid testing.

davidw commented 10 years ago

Ok, github has added some later commits to the pull request. I'm not sure how to make it remove those.

davidw commented 10 years ago

Reopened as: https://github.com/ChicagoBoss/boss_db/pull/161 due to getting stuck in git hell.