leikind / wice_grid

A Rails grid plugin to create grids with sorting, pagination, and (automatically generated) filters
MIT License
536 stars 215 forks source link

Deprecation warning #301

Closed bvogel closed 7 years ago

bvogel commented 8 years ago

Hi, I'm seeing a lot of these as of late:

DEPRECATION WARNING: num_pages is deprecated and will be removed in Kaminari 1.0. Please use total_pages instead.

I checked my code and I don't use num_pages anywhere, so I suspect wice_grid as culpable.

UPDATE: it seems to be here https://github.com/leikind/wice_grid/blob/rails3/lib/wice/helpers/wice_grid_view_helpers.rb#L688

leikind commented 8 years ago

Yes, you are correct

bvogel commented 7 years ago

fixed by #302