krhorst / active_admin_importable

CSV imports for Active Admin resources
MIT License
53 stars 55 forks source link

Error handing #5

Closed antonzaytsev closed 1 year ago

antonzaytsev commented 11 years ago

More graceful error handling in general

Blue-Dog-Archolite commented 11 years ago

In the past the way I have seen this done is with the middle step validating rows on request and highlighting rows that will not pass model.valid?

Also, automatic highlighting / de-selection of columns that don't match model column names isn't a bad way to help with the validation / error handling.