Folks, I''m not sure this is the best place to ask the following question, but someone might still know the answer. I currently can''t install anything on this computer (hence no ruby interpreter), I thought about getting InstantRails with which you can open a console with ruby running. I also wanted to add a new gem (wxruby2), I could install the gem correctly but when I run my code, it''ll tell me: no such file to load -- wxruby2 (LoadError) Anyone has an idea how I can install (and use) new gems with InstantRails? Cheers -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
perhaps you need require ''wxruby2'' in your code? or maybe require ''rubygems'' require ''wxruby2'' On Mar 23, 1:08 am, Pierre Pierre <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Folks, > > I''m not sure this is the best place to ask the following question, but > someone might still know the answer. > > I currently can''t install anything on this computer (hence no ruby > interpreter), I thought about getting InstantRails with which you can > open a console with ruby running. > I also wanted to add a new gem (wxruby2), I could install the gem > correctly but when I run my code, it''ll tell me: no such file to load -- > wxruby2 (LoadError) > > Anyone has an idea how I can install (and use) new gems with > InstantRails? > > Cheers > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Jeff Emminger wrote:> perhaps you need > > require ''wxruby2'' > > in your code? or maybe > > require ''rubygems'' > require ''wxruby2'' > > > On Mar 23, 1:08?am, Pierre Pierre <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>I have the "require" in my code. I somehow imagine that it''s the console which doesn''t look it the correct path, but I don''t really know how to fix that one :s -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
rubyguy-DaQTI0RpDDMAvxtiuMwx3w@public.gmane.org
2009-Mar-24 06:54 UTC
Re: InstantRails and new gems
On 24 Mar., 02:51, Pierre Pierre <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Jeff Emminger wrote: > > perhaps you need > > > require ''wxruby2'' > > > in your code? or maybe > > > require ''rubygems'' > > require ''wxruby2'' > > > On Mar 23, 1:08?am, Pierre Pierre <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > > I have the "require" in my code. > I somehow imagine that it''s the console which doesn''t look it the > correct path, but I don''t really know how to fix that one :sTry `gem install wxruby`. -- Best regards, David Knorr http://twitter.com/rubyguy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
rubyguy-DaQTI0RpDDMAvxtiuMwx3w@public.gmane.org wrote:> > Try `gem install wxruby`. > > -- > Best regards, > David Knorr > http://twitter.com/rubyguyI reinstalled the gem, but it still can''t find it :s -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
rubyguy-DaQTI0RpDDMAvxtiuMwx3w@public.gmane.org
2009-Mar-25 06:49 UTC
Re: InstantRails and new gems
On 24 Mar., 08:08, Pierre Pierre <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> ruby...-DaQTI0RpDDMAvxtiuMwx3w@public.gmane.org wrote: > > > Try `gem install wxruby`. > > > -- > > Best regards, > > David Knorr > >http://twitter.com/rubyguy > > I reinstalled the gem, but it still can''t find it :sAre you having multiple versions of Rubygems installed, or something? -- Best regards, David Knorr http://twitter.com/rubyguy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
rubyguy-DaQTI0RpDDMAvxtiuMwx3w@public.gmane.org wrote:> Are you having multiple versions of Rubygems installed, or something? > > -- > Best regards, > David Knorr > http://twitter.com/rubyguyNo, I''m running everything within the InstantRails''s ruby console... Though the gem is installed correctly, I can''t use it. Maybe when its launching that ruby console it''s somehow not taking care of the gems, but I wouldn''t see why... -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---