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

Seems to be incompatible with Rails 5 #308

Closed ghost closed 3 weeks ago

ghost commented 7 years ago

The grids produced by wice_grid don't seem to work in Rails 5 yet. They produce the error "wrong number of arguments (given 0, expected 1)". See: http://stackoverflow.com/q/38229373.

leikind commented 7 years ago

that it true. No work has been done to support Rails 5, and no work is planned.

dima4p commented 7 years ago

why?

davidwessman commented 7 years ago

Need contributors and testers.

leikind commented 7 years ago

Well, I don't want to work on it anymore. Sorry for all the people who depend on it, but no, no more.

dima4p commented 7 years ago

Hello, Юрий @leikind. I'm going to try to fix this problem. Do you have any guidance that can help me?

dima4p commented 7 years ago

Maybe someone has too?

hpeterka commented 7 years ago

Wice grid seems to work, when you use git code instead of latest release of gem in your Gemfile: gem 'wice_grid', '> 3.6', git: 'https://github.com/leikind/wice_grid.git', branch: 'rails3'

dima4p commented 3 weeks ago

Use v6.1.3