I'm using CarrierWave gem and Rails 3.2. When in production, Rails requires me to pre-compile the user image folder.
Currently my CarrierWave upload images to public/assets/images and I'm ignoring public folder in .gitignore.
Is there a better practice for this?