Adam B
Adam B
++ thread safety
That is a viable workaround, but it seems wrong and confusing. The wrong behavior is happening by default. If I've explicitly configured carrierwave to use the file store, I would...
This worked. Unfortunately we have three models that all have uploaders, so I had to modify all three classes, which seems like another smell to me, but it seems like...
I assume you're just doing a sweep of old issues and didn't re-read this. I was able to hack around this by overriding a method in three different classes. I...