activerecord-originator
activerecord-originator copied to clipboard
Transaction fails when modifying attached files
Hi!
I'm trying to add this gem to my app, but it keeps failing consistently on a test that gets an ActionDispatch::Http::UploadedFile and calls rewind to it. I can't write a test to reproduce it right now, but maybe this sounds familiar to you? 🤔
I know it might sound like an unrelated bug, but I swear the only change is adding this gem (and it has no special dependencies).
Thank you!
Thanks for reporting the issue!
I'm not sure why this problem happens. I'll investigate it if you can provide a reproducing code.