You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But all of the values posted to the fields being saved as string representations of the upload file object, like "#ActionDispatch::Http::UploadedFile:0x00007fd5d44c99e0" - which is not useful.
Any hits for where this might not be working?
The text was updated successfully, but these errors were encountered:
For anyone who comes across this: I found the same issue when integrating ActiveAdmin with Globalize + Carrierwave. It boiled down to the fact that assignment to the nested translations attribute won't work because there's no mounted uploader on the Translation class, and the file object will subsequently be cast to a string. I've changed this gem like this:
Hi there,
I've followed the instructions, and boiled down, the code in use is:
Uploader:
The problem happens when the resulting form (relevant snippet):
The form has multipart also set.
But all of the values posted to the fields being saved as string representations of the upload file object, like "#ActionDispatch::Http::UploadedFile:0x00007fd5d44c99e0" - which is not useful.
Any hits for where this might not be working?
The text was updated successfully, but these errors were encountered: