I’m using the carrierwave gem to upload file attachments to Google cloud storage. This works great on development environment, but on production environment after uploading an attachemnt, I get this error:
ActionView::Template::Error (attachment.gif isn't precompiled):
It seems Rails needs all it’s assets precompiled, is there a way to exclude the file uploads done by my website visitors? Probably a setting in the production config file?
As said, I changed the carrierwave cache folder.