I’m trying to use prawn, prawnto for generating pdfs in a rails application hosted on heroku.
But I’m struggling on the setup.
Is it possible to use prawn, prawnto on heroku?
Is there a guide explaining what I should do?
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.
Now I’ve found a solution.
first of all I created a .gems file in the root directory with
so heroku installs the gems by itself.
prawnto is a plugin and could be installed with
in the vendor/plugin directory.
Now, its working fine.
My fault was, that I thought the .gems file is just for choosing from the preinstalled gems.