epugh
|
Posted: March 03, 2010 01:26 by epugh
|
|
I am using OSX for development, but deploying on Linux.. How do I bundle in hpricot? Even when I install using jruby gem -s install hpricot, it says I don't have it installed. |
How to bundle hpricot?
Replies: 2 - Last Post: March 09, 2010 20:31
by: elskwid
by: elskwid
showing 1 - 3 of 3
elskwid
|
Posted: March 09, 2010 20:31 by elskwid
|
|
Hey epugh, FYI Hpricot works just fine under JRuby, no native code there. In fact, I have found it to be screaming fast in comparison to REXML with my application. It uses Ragel under the hood to generate the platform specific code needed. You can even see the JRuby specific commits here: http://github.com/hpricot/hpricot As far as including it, can't you just add it to config.gems in warble.rb? Take care. Don |
Replies: 2 - Last Post: March 09, 2010 20:31
by: elskwid
by: elskwid






