itmammoth / rails_sortable

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

Add without_validations #58

Closed emailrhoads closed 2 years ago

emailrhoads commented 2 years ago

Looking to allow the ability to skip validations when we are dragging and dropping to sort

Use case: old crusty data that is being sorted but since created new validations have been added.

itmammoth commented 2 years ago

LGTM Thanks, @emailrhoads ! Please see the small updates 58730cebd8a18b9b7da360e0d9d41368087fc529.

itmammoth commented 2 years ago

1.5.0 released.

emailrhoads commented 2 years ago

ty!