Rails 3.2 Asset Pipeline, CarrierWave and .gitignore

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?

+3
source share
1 answer

This question and answer provides you with the best CarrierWave image download control options.

0
source

All Articles