ArgumentError: convert! has been removed.
stefanobernardi opened this issue · 3 comments
stefanobernardi commented
I'm suddenly getting this error:
2011-01-14T08:40:52-08:00 app[worker.1]: [Worker(host:railgun64.41629 pid:9947)] Doit failed with ArgumentError: convert! has been removed. You must now wrap IOs using:
2011-01-14T08:40:52-08:00 app[worker.1]: UploadIO.new(filename_or_io, content_type, filename=nil)
2011-01-14T08:40:52-08:00 app[worker.1]: Please update your code. - 1 failed attempts
checked in the code, and there is indeed this convert! in the upload method
RISCfuture commented
Oh dear. I'll get on it.
RISCfuture commented
Fixed with an ugly hack. d8e78cf
stefanobernardi commented
Thanks dude!