On Nov 17, 2008, at 2:03 PM, Chris Schumann wrote: > Hey all, > > I need to make PDF's in my application, and was planning to try out > Prawnto. > > I tried to install it (I get two identical matches when I search for > it) using the Gems & Plugins Manager (which was REALLY hard to find), > and got a dialog that said "Could not install plugin prawnto". I saw > that it depends on Prawn, so I tried to install that and got that to > install, but Prawnto still won't install. > > Any tips?
From looking at http://cracklabs.com/prawnto/use, you may want to try adding the config.gem line before installing the plugin from the Heroku editor. I'm betting that heroku is trying to bounce your app after installing the plugin which is failing because the gem isn't loaded in your config. Just a theory though. -Mat --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
