I need to use pdfkit gem. I have installed gem, and wkhtmltopdftool as written in gem githubpage.(I installed wkhtmltopdf using homebrew). Now, I was doing anything as said in railscast about pdf kit. But when I add extension
to my url. It start loading, and nothing happens. Loading is never finished, except I close rails server. Also when I start loading .pdf url. I have wkhmtltopdf process started.(also icon of wkhtmltopdf appeared in panel) What i am doing wrong? I am using rails 3.1.2 and ruby 1.9.2. Thanks in advance