Re: [Ironruby-core] question on RubyGems

2008-09-26 Thread Ben Hall
gt; > end # module Kernel > > > > Regards, > Jay Turpin > "It is always the best policy to tell the truth, unless, of course, you are > an exceptionally good liar." - Jerome K. Jerome > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Tomas Mato

Re: [Ironruby-core] question on RubyGems

2008-09-23 Thread Turpin, Jay
olicy to tell the truth, unless, of course, you are an exceptionally good liar." - Jerome K. Jerome From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tomas Matousek Sent: Tuesday, September 23, 2008 10:12 AM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] question

Re: [Ironruby-core] question on RubyGems

2008-09-23 Thread Tomas Matousek
I see. Well it seems more broken than I thought it is :) Tomas From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Turpin, Jay Sent: Tuesday, September 23, 2008 9:37 AM To: 'ironruby-core@rubyforge.org' Subject: Re: [Ironruby-core] question on RubyGems Tomas - Thanks for

Re: [Ironruby-core] question on RubyGems

2008-09-23 Thread Turpin, Jay
urpin "In the end, everything is a gag." - Charlie Chaplin From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tomas Matousek Sent: Tuesday, September 23, 2008 9:30 AM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] question on RubyGems -D is actually what you need:

Re: [Ironruby-core] question on RubyGems

2008-09-23 Thread Tomas Matousek
Note that "rbd" is an alias for "ir -D" on my machine ;) Tomas From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tomas Matousek Sent: Tuesday, September 23, 2008 9:30 AM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] question on RubyGems -D is ac

Re: [Ironruby-core] question on RubyGems

2008-09-23 Thread Tomas Matousek
rnal frames are included as well, which is a bug that I'm going to fix soon. Tomas From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Turpin, Jay Sent: Tuesday, September 23, 2008 9:15 AM To: 'ironruby-core@rubyforge.org' Subject: Re: [Ironruby-core] question on RubyGems

Re: [Ironruby-core] question on RubyGems

2008-09-23 Thread Turpin, Jay
Michael - Thanks for the quick response, but that's not quite what I meant. When I run Ruby and get an error, I get the complete stack trace of the Ruby code: C:\temp>ruby t.rb c:/ruby/lib/ruby/site_ruby/1.8/rubygems/version.rb:283:in `satisfy?': Bogus Error (RuntimeError) from c:/ruby/

Re: [Ironruby-core] question on RubyGems

2008-09-23 Thread Tomas Matousek
that. Tomas From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Letterle Sent: Tuesday, September 23, 2008 5:47 AM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] question on RubyGems -D should give you script line numbers on the stack trace. On Tue, Sep 23, 2008 at

Re: [Ironruby-core] question on RubyGems

2008-09-23 Thread Michael Letterle
-D should give you script line numbers on the stack trace. On Tue, Sep 23, 2008 at 8:42 AM, Jay Turpin <[EMAIL PROTECTED]> wrote: > I did some research into getting rubygems and rake to work in IronRuby. > The first thing I had to do was set the ENV variable GEM_PATH to the > IronRuby/lib/ruby/ge

Re: [Ironruby-core] question on RubyGems

2008-09-23 Thread Jay Turpin
I did some research into getting rubygems and rake to work in IronRuby. The first thing I had to do was set the ENV variable GEM_PATH to the IronRuby/lib/ruby/gems/1.8 directory. That enabled rubygems to at least locate the rake gem. But now I'm stuck on an possible issue in the rubygems librar

Re: [Ironruby-core] question on RubyGems

2008-08-18 Thread Ryan Riley
The short answer is that it's still a little early if you're only using IronRuby. I have been trying this off and on, and my last attempt appears to be very close. I only ran it and didn't dig any deeper, but I think RubyGems is looking for the ruby path. With IR only, it can't find the path, so it

[Ironruby-core] question on RubyGems

2008-08-18 Thread Mario Gutierrez
Hi all, Can I download the first binary release and install RubyGems, then install gems? Is it too early in the game? Are there any instructions on how to setup the environment. I would like to run Ramaze + Sequel on Webrick. -- Posted via http://www.ruby-forum.com/. _