leikind / wice_grid

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

Rails 5 Compatibility [Answered] #353

Closed patricklindsay closed 3 years ago

patricklindsay commented 6 years ago

Hey guys,

I've gone ahead and created a fork which is Rails 5+ compatible. Support for anything less than 5 has been dropped in the fork.

Usage

# Rails => 5
gem 'wice_grid', git: 'https://github.com/patricklindsay/wice_grid.git', tag: 'v4.0.0'

# Rails < 5
gem 'wice_grid', '3.6.2'

I've tagged it in GitHub as v4.0.0 so that people can point to the tag rather than pointing at a raw branch (scary).

Thanks Yuri for the great work. Hopefully this will mean a few less annoying notifications for you :)

leikind commented 6 years ago

👍

leikind commented 6 years ago

Would you like a link to the fork in the README so that everyone sees it?

patricklindsay commented 6 years ago

Yah good idea.

Vinnie1991 commented 5 years ago

Thanks for the great gem!

But could you please transfer the Rubygems entry to @patricklindsay?

leikind commented 5 years ago

@Vinnie1991 it was done already some time ago, please look here https://rubygems.org/gems/wice_grid

Vinnie1991 commented 5 years ago

Sorry didn't see it! Thanks.

patricklindsay commented 5 years ago

Quick update on this -

4.1.0 released (Rails 5+ compatible) and available through ruby gems. Thanks Yuri!

I'll leave this open for anyone who still ends up here.

guillenjs commented 3 years ago

I know this is an older issue but I was wondering if 4.1.0 release is compatible with rails 6+

I noticed in the ruby gem documentation that it states rails < 5.3, ~> 5.0 as dependency

patricklindsay commented 3 years ago

Rails 6 isn't yet supported. I no longer use WiceGrid so have no plan to work on this however others are running on modified versions of WiceGrid using Rails 6 - I'll happily merge a PR which provides Rails 6 support and has been tested by multiple parties - https://github.com/patricklindsay/wice_grid/issues/74