phantomjs-gem icon indicating copy to clipboard operation
phantomjs-gem copied to clipboard

Phantomjs via Rubygems: Auto-install phantomjs on demand for current platform. Comes with poltergeist integration.

Results 37 phantomjs-gem issues
Sort by recently updated
recently updated
newest added

Doesn't work on ubuntu 😢 ``` lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.2 LTS Release: 16.04 Codename: xenial Cliver::Dependency::NotFound: Could not find an executable...

Maybe this is a dumb idea but I wanted to create an issue page to maybe help somebody in the future who has the problem I just had. I'm setting...

Require ok, but ``` irb(main):010:0> Phantomjs.path Phantomjs::UnknownPlatform: Could not find an appropriate PhantomJS library for your platform (amd64-freebsd9 :( Please install manually. ``` Hope in the future it can be...

Adds a description on how to change the base directory where phantomjs will be installed.

Bitbucket is currently down, which causes the following. One solution is to rescue and not re-raise this error if there is already a matching version of phantomjs in the PATH....

I could run a javascript file named 'highcharts-convert.js' which can generate images of charts on server side. With original phantomjs command, I just run the command lke below: %phantomjs highcharts-convert.js...

...a gentleperson and a scholar. 🙇

1. Don't download if package file already exists. 2. Use ENV['PHANTOMJS_URL'] if provided.

Hey there, sometimes I get an error on my CI box because bitbucket blocks frequent downloads of the file. This seems to be a common problema (https://github.com/ariya/phantomjs/issues/13951) but it wasn't...