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

Fix grid.count method #319

Closed ri4a closed 7 years ago

ri4a commented 7 years ago

After upgrading Rails to 4.2.7 the grid.count method was broken. Probably also fixes #312.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 37.512% when pulling f1413a1b89f0115a87eba706021e13bd83d4fb8c on storecove:rails3 into fe40a5091e6ee75b80483d7d9cd7cb589eb436bb on leikind:rails3.

leikind commented 7 years ago

Have you checked whether it works with older versions of Rails?

ri4a commented 7 years ago

It also works in 4.1.1. Below that I don't have a test environment available.