Add next and previous item methods#20
Add next and previous item methods#20pyromaniac merged 8 commits intomongoid:masterfrom jeremylynch:master
Conversation
|
Specs failed. Also why can't we use something like |
|
Apologies about the late response. It appears As regards using |
|
Ok finally I have worked it all out. The tests aren't passing due to an unrelated test and compatibility with mongoid 4 (you will see that the current build is also failing), i'm not exactly sure what is going wrong but it is worth checking out the Travis CI build. Anyway, the tests for this pull request are passing and it's ready to merge |
|
Thanks to @pjkelly for his pull request #21, the tests are now passing. This pull request is ready to merge. |
Add next and previous item methods
|
Merged, thanks! |
I have added two more useful methods to move through lists.
Readme and tests have been updated and are passing.
Thanks