Closed brandonsturgeon closed 3 years ago
The page method is from kaminari not filterrific. Try installing that.
Yes, #page
method is provided by pagination library, in this case will_paginate
: https://github.com/jhund/filterrific_demo/blob/0e5e38cc871ddaadb7d18f50c508039e6f893b35/Gemfile#L17
I'm getting a bizarre error here that I don't see anyone else experiencing. I'm using a barebones example where I (think I) followed the examples very closely.
First things first: Versions
This is the line that errors with "Undefined method 'page'":
The one weird thing I'm doing here is using the sqlserver adapter, which, of course isn't officially supported. Is that the cause of this issue?
I saw someone on Stack Overflow saying they got filterrific to work with sqlserver "with some minor modifications", so I thought I'd give it a shot.