facilitate debugging imports? #39

Open
opened 2023-10-07 17:15:45 +00:00 by kiara · 0 comments
Owner

the csv imports (users, votes) by default rails settings have had error feedback disabled for security.
to make this more lenient, i tried wrapping these in try (excuse me: begin-rescue-end) blocks to allow at least importing what worked.
however, this at best ignores exceptions, rather than telling what went wrong and why.
it might instead be nice to tally these.

the csv imports (users, votes) by default rails settings have had error feedback disabled for security. to make this more lenient, i tried wrapping these in try (excuse me: begin-rescue-end) blocks to allow at least importing what worked. however, this at best ignores exceptions, rather than telling what went wrong and why. it might instead be nice to [tally](https://medium.com/@baweaver/ruby-2-7-enumerable-tally-a706a5fb11ea#7336) these.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: bij1/ingang#39
No description provided.