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

Do not merge this, it is incomplete. This is only for progress tracking and review until this patch is completed.

Noticed a problem where bitbucket isn't returning the correct file, this should fix it.

Is it possible to run native PhantomJS params when using this gem? Thanks.

I'm using Phantomjs to generate Google Charts and convert them to SVG on the server side. I'm trying to stub this like this: ``` Phantomjs.stub(:run).and_return("".html_safe) ``` But I get: ```...

@colszowka I opened a PR for this to see if you had any input. The major change is that this gem would now use a newer (higher version) system binary...

The gem fails to find a proper binary for my 32 bit Debian server. The problem is that RbConfig::CONFIG['host_cpu'] reports i486, while uname -m gives me i686. I guess that...