I have an avatar.rb model file that define a file system based avatar.
Issue 1. I have a function exist? that checks the path of the avatar. On my local machine it is:
URL_STUB = "/images/avatars"
DIRECTORY = File.join ("public", "images", "avatars")
but the error logs: ActionView::TemplateError (No such file or directory - public/images/avatars)
Issue 2: Can I call ImageMagick? and if so is the correct path "/usr/bin/convert" (that is what it was on my local machine)
Thanks for all the help!
Jason