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
As you can see, the recording_file column, corresponding to a mounted uploader, is being set on create even if there is no attachment. When using Fog and S3, it results in recording_file_url erroneously returning a path.
We are on Rails 5.1, Carrierwave 1.2.1.
The text was updated successfully, but these errors were encountered:
The following is a console snippet from our application (newlines added for readability):
Code is a very simple uploader, with
As you can see, the recording_file column, corresponding to a mounted uploader, is being set on create even if there is no attachment. When using Fog and S3, it results in
recording_file_url
erroneously returning a path.We are on Rails 5.1, Carrierwave 1.2.1.
The text was updated successfully, but these errors were encountered: