Saturday 7 September 2013

After each push to Heroku I get 404 errors on images

After each push to Heroku I get 404 errors on images

I am having issues with my Rails App on Heroku. code-dojo.herokuapp.com
After every push to heroku any images I uploaded with Carrierwave Gem
return a 404 error message.
Do I need to precompile this folder or point to it ?
Does Heroku replace this folder with a blank one?
Should I create my app with all the images on locathost and then push the
database?

No comments:

Post a Comment