Closed cj closed 11 years ago
I need details and some kind of sample or anything. I don't see why it could happen.
@inossidabile I created an example app from scratch for you https://github.com/cj/protector_pagination
Please confirm the fix.
@inossidabile thank you, that seems to have fixed it. I think it might have caused another issue though. .visible?
doesn't seem to work:
It's speced actually. Show me the block you are evaluating.
And pls raise another issue
Hi,
When using will_paginate or kaminari any scopes that
#restrict!
apply are not used with pagination. Removing restrict! and adding the scopes manually it paginates correctly.