You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did you require "will_paginate/mongoid" manually before trying to use pagination? Because you should do that; it isn't automatic. Try it and let me know if it's different
Ruby 1.9.3, Rails 3.2, Mongoid 3.1, will_paginate 3.0.4
I should still be able to use the
selector
method on a collection, even when I've paginated it, but I can't:Not paginated, it works fine:
Paginated, it blows up:
The text was updated successfully, but these errors were encountered: