itmammoth / rails_sortable

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

Only load records we want to update. #18

Closed rob-mcgrail closed 6 years ago

rob-mcgrail commented 6 years ago

This seems a lot more efficient - there might be thousands of records of this class, which we have no interest in updating.

itmammoth commented 6 years ago

@robomc Thanks for sending a PR! I put a small improvement into it. 73119a967ac651e08ebf74dfd108e837220a45a3 Please have a look when you get a chance.