I upgraded my MAC to Yosemite and now wkhtmltopdf isn't working in a Rails app. The browser times out with "No Data Received".
I'm using PDFkit - it has
config.wktmltopdf = Rails.root.join('bin','wkhtmltopdf').to_s if Rails.env.development?
I have 2 files in bin:
wkhtmltopdf
wkhtmltopdf-amd64
I tried adding this:
gem 'wkhtmltopdf-binary'
I get the same results
I'm not getting any errors in the Rails log. The browser shows this "Unable to load the webpage because the server sent no data. Error code: ERR_EMPTY_RESPONSE "
Thanks for the help!
UPDATE 1
I tried: brew install wkhtmltopdf
- but first, I had to re-install Brew.
Get the same results.