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
Copy file name to clipboardExpand all lines: lib/carrierwave/uploader/processing.rb
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,9 @@ def process(*args)
70
70
ifprocessor == :convert
71
71
# Treat :convert specially, since it should trigger the file extension change
72
72
force_extensionprocessor_args
73
+
ifcondition
74
+
warn"Use of 'process convert: format' with conditionals has an issue and doesn't work correctly. See https://github.com/carrierwaveuploader/carrierwave/issues/2723 for details. "
0 commit comments