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:
parent
36205d23e2
commit
a606a275f0
1 changed files with 12 additions and 18 deletions
30
README.md
30
README.md
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue