On Mon, Oct 20, 2008 at 4:55 PM, Tim Uckun <[EMAIL PROTECTED]> wrote: > > I am developing on Linux but I need to work with somebody who is > developing on windows. Some gems like ruby-pr don't work in windows. > In fact the only postgres driver that does is postgres-pr which hasn't > been updated since 2006 so I was thinking jruby might be a good choice > as we could use the JDBC drivers and glassfish. > > Anybody have any experience with jruby? >
BTW, JRuby doesn't support native extensions so depending on your gem list you may just be trading problems. http://wiki.jruby.org/wiki/Getting_Started#Installing_and_using_Gems_in_JRuby I'd favour the already mentioned option ... get the developer to install linux. I started developing in Windows and it just got to be too much a PITA so I just installed Ubuntu on that machine, keeping Windows installed, and was fine. Cheers Shane --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "WellRailed" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/WellRailed?hl=en -~----------~----~----~----~------~----~------~--~---
