Hey. I am killing myself over here trying to solve an image rending issue. I am using simple_captcha to render a captacha image on our registration page. The requires RMagick. This is what I have in the Gemfile:
gem 'rmagick', :require => "RMagick" Specs: Rails 3 bamboo-ree-1.8.7 I don't get any errors in the server logs, just doesn't render the image. Here is the server log for simple_captcha: 2010-12-06T23:36:46-08:00 heroku[router]: GET stage.clubdivott.com/ simple_captcha/d74065472a73dd54dff31bb73099058327e5a251 dyno=web.1 queue=0 wait=0ms service=100ms bytes=673 2010-12-06T23:36:46-08:00 heroku[nginx]: GET /simple_captcha/ d74065472a73dd54dff31bb73099058327e5a251 HTTP/1.1 | 68.6.52.34 | 703 | http | 200 Any ideas? Cheers. -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
