I am using CarrierWave gem and Rails 3.2. When in the production process, Rails requires me to precompile the user's image folder.
Currently, my CarrierWave uploads images to public / assets / images, and I ignore the shared folder in .gitignore.
Is there a better practice for this?
source
share