Re: [jruby-dev] Embedding JRuby and RubyGems

2011-10-03 Thread Rodrigo Rosenfeld Rosas
Sorry for posting this here. I'm very tired and I thought I was replying to the Grails users list. I guess you won't be able to help me with Grails issues here... ;) Thanks. Everything I needed to know from JRuby, I could already use by this morning. Sorry for not posting the solution here bef

Re: [jruby-dev] Embedding JRuby and RubyGems

2011-10-03 Thread Rodrigo Rosenfeld Rosas
Hi Nick, thank you very much for your response. I forgot to say in this topic, but I already achieved what I wanted, for now, with regards to embedding JRuby with gems support using Bundler. I can already run both Rspec and Capybara from Groovy since this morning. But I've been fighting with

Re: [jruby-dev] Embedding JRuby and RubyGems

2011-10-03 Thread Nick Klauer
I'm having a hard time following what you want out of this, so apologies if I ask some possibly silly questions. ... > So, I'd like to know what is the recommended way for including RubyGems > support while embedding JRuby. Perhaps the question is more complicated than this, but have you se

Re: [jruby-dev] Embedding JRuby and RubyGems

2011-10-03 Thread Rodrigo Rosenfeld Rosas
Hi Kristian, Thanks for the pointers, but I want a simpler solution than transforming gems in jars and using Maven for dealing with dependencies. I would prefer to deal with Bundler, which I consider more solid than Maven, as I'll want to update Capybara and Rspec at some point, and that wou

Re: [jruby-dev] Embedding JRuby and RubyGems

2011-10-03 Thread Rodrigo Rosenfeld Rosas
Em 02-10-2011 12:23, Stephen Bannasch escreveu: Sorry if this is the wrong list to post this, but it is the only list I'm subscribed to... I couldn't access the details or archive links here for the users list: http://xircles.codehaus.org/projects/jruby/lists Unfortunately, I'm bound to a Gra

Re: [jruby-dev] Embedding JRuby and RubyGems

2011-10-02 Thread kristian
maybe my blog http://blog.mkristian.tk/2011/09/jruby-and-rubygems-and-javaclassloader.html gives you some ideas and some examples ;-) - Kristian On Sun, Oct 2, 2011 at 8:53 PM, Stephen Bannasch wrote: > Sorry if this is the wrong list to post this, but it is the only list I'm > subscribed to..

Re: [jruby-dev] Embedding JRuby and RubyGems

2011-10-02 Thread Stephen Bannasch
Sorry if this is the wrong list to post this, but it is the only list I'm subscribed to... I couldn't access the details or archive links here for the users list: http://xircles.codehaus.org/projects/jruby/lists Unfortunately, I'm bound to a Grails application in my current job. I can't find an