This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
JRuby
Webrat supports JRuby by using a combination of REXML and Hpricot instead of Nokogiri (which uses libxml2 and currently only works on MRI). It should “just work” by detecting the Ruby platform as JRuby.
REXML is slow. Why are you using it?
Hpricot doesn’t have good support for XPath, which Webrat depends on, but REXML does. We’re eager to use Nokogiri on JRuby once that is supported (via the Nokogiri FFI work that’s in-progress).







