The rails 3.2 app needs RMagick gem.
From the support ticket, they say its in private PaaS.
But what for apps hosted on cloudfoundry.com itself, not in private PaaS?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
CloudFoundry.com recently added the ImageMagick binaries, which are necessary for libraries such as RMagick to work. The path is
/var/vcap/packages/imagemagick/bin/. For example, to configure the paperclip gem add the following toconfig/environments/production.rb: