From: Charles Oliver Nutter Date: 2008-04-27T02:36:26+09:00 Subject: Re: status ruby 1.9 rails or 1.8 w/oniguruma Eric Hodel wrote: > On Apr 25, 2008, at 19:12 PM, jOhn wrote: > >> what is the official status on v1.9 with rails or how to get v[1.8] to >> work w/oniguruma? > > > For 1.8: > > a) install the oniguruma C library. > b) gem install oniguruma > c) require 'oniguruma' Also worth mentioning JRuby 1.1.x is compatible with 1.8 and ships with an oniguruma port as the default regexp. - Charlie