1
0
Fork 0
mirror of https://github.com/teampoltergeist/poltergeist.git synced 2022-11-09 12:05:00 -05:00

tweak readme [ci skip]

This commit is contained in:
Jon Leighton 2012-03-20 17:54:27 +00:00
parent 36205d23e2
commit a606a275f0

View file

@ -18,24 +18,6 @@ require 'capybara/poltergeist'
Capybara.javascript_driver = :poltergeist
```
## Compatibility ##
Supported:
* MRI 1.8.7
* MRI 1.9.2
* MRI 1.9.3
* JRuby 1.8
* JRuby 1.9
Not supported:
* Rubinius (due to some unknown socket related issues)
* Windows
Anyone else welcome to contribute in order to move an 'unsupported'
items into the 'supported' list.
## Important note about Rack versions < 1.3.0 ##
Prior to version 1.3.0, the Rack handlers for Mongrel and Thin wrap your
@ -92,6 +74,18 @@ against the patched build of Qt. It takes quite a while, around 30
minutes on a modern computer with two hyperthreaded cores. Afterwards,
you should copy (or link) the `bin/phantomjs` binary into your `PATH`.
## Compatibility ##
Supported: MRI 1.8.7, MRI 1.9.2, MRI 1.9.3, JRuby 1.8, JRuby 1.9.
Not supported:
* Rubinius (due to some unknown socket related issues)
* Windows
Anyone else welcome to contribute in order to move an 'unsupported'
items into the 'supported' list.
## Running on a CI ##
Currently PhantomJS is not yet 'truly headless' (but that's planned for the future),