3

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?

Thanks for all the fish
  • 1,671
  • 3
  • 17
  • 31

1 Answers1

0

This question and answers provide you with better options for managing CarrierWave upload images

Community
  • 1
  • 1
Hoa
  • 3,179
  • 1
  • 25
  • 33