itmammoth / rails_sortable

Easy drag & drop sorting with persisting the arranged order for rails
MIT License
142 stars 37 forks source link

is this package support rails 6 yet? #53

Open Davidzhu001 opened 4 years ago

Davidzhu001 commented 4 years ago

is this package support rails 6 yet?

itmammoth commented 4 years ago

The sprockets+jquery configuration is supported, but it may not work properly with webpacker.

If I have the time, I'd like to stop relying on jquery and recreate the javascript as an adapter method...

LizBayardelle commented 3 years ago

Is there any update on this? Maybe instructions on how to install it with Sprockets+jquery when webpacker fails?

itmammoth commented 3 years ago

Sprocket + jquery https://github.com/itmammoth/rails_sortable#setup

Webpcaker + jquery https://www.botreetechnologies.com/blog/introducing-jquery-in-rails-6-using-webpacker

Hope some help.