Carrierwave was working perfectly, I moved the directory out of the public (for security reasons) and I got this error when I tried to upload an image:
Errno::EACCES in PostsController#create
Permission denied - /home/starkers/Desktop/carrierwave3/public/uploads
I've chown -R 777 carrierwave3
and it still gives me the error. Notice I've put the directory back inside public and it's still giving me this! I've restarted the server. Not working. I've run sudo chown -R root carrierwave3
still this permission error! Insane!
I'm running Ubuntu Saucy Salamander.