As the title says: My PDFs are perfectly rendered when I run on my server locally, but on Heroku I get a NoMethodError. It seems that Heroku cannot find my prawn gem. I am using the prawn-rails gem.
Any ideas?
I have uploaded the complete callstack here: http://f.cl.ly/items/2g232h3U0B2G0k0i0S1y/Action%20Controller%20%20Exception%20caught.html
.bundle/gems/ruby/1.8/gems/prawn-0.11.1/lib/prawn/font/afm.rb:91:in `normalize_encoding'. So prawn is loaded and (partly) working. This may hint at a bug in prawn, though. – Koraktor Jul 5 '11 at 9:06