<GitHub193>
jruby/master 005fc40 Marcin Mielzynski: restore non-rest casemapping methods
<lopex>
kares: ^^
careta has joined #jruby
<careta>
guys, I'm getting this error LoadError: no such file to load -- isorelax
<careta>
any idea what is going on?
<careta>
I think it's because my ruby script requires nokogiri
<careta>
however it works fine in normal ruby
<lopex>
careta: make sure you're using java version of nokogiri
<careta>
lopex, I read that on the internets, but how do I install it using gem?
<lopex>
careta: do you use rbenv or the like ?
<careta>
lopex, nope
<careta>
I installed nokogiri using jgem now
<lopex>
careta: you can use jruby/gem
<careta>
but I still get the same message
<careta>
nokogiri (1.8.2 java) installed
<careta>
is there something I need to do in the ruby code to load that instead of the normal nokogiri?
xardion has quit [Remote host closed the connection]
<careta>
fixed it
<careta>
had to uninstall the non-jruby version...
xardion has joined #jruby
<rdubya>
kares: could you take a look at the postgres tests when you get a chance? It looks like there are some binary data tests failing that weren't before in some cases and I always seem to go in circles looking at that stuff :(
<rdubya>
on ci there are also some tests failing when dealing with table views, not sure what might be causing that…