Hi, Has anyone got RSpec working with NetBeans? I am running Leopard and I don''t manage my gems with Netbeans. Do I have to manage the gems inside NetBeans in order to get it working? Ron P.S. Sorry if this is a bit OT. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On Mon, Mar 10, 2008 at 5:43 PM, Ron <stecklyenator-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hi, > > Has anyone got RSpec working with NetBeans? I am running Leopard and > I don''t manage my gems with Netbeans. Do I have to manage the gems > inside NetBeans in order to get it working?(Probably better to ask this on the netbeans ruby mailing list - users-n3CzLFQkLgrXWKka9uoeGti2O/JbrIOy@public.gmane.org) Sure, I use it every day (on Linux, and occasionally on Windows, not on a Mac). Anything in particular not working for you? The only real problem I''ve had is there seem to be some issues with using the ''run focused test'' with rspec (I submitted a bug, but it''s not always a problem, I need to find a repro case). I don''t remember when the rspec stuff went in - it may be that you need to use a more recent NetBeans than what you''ve got. I''m using a daily build from http://deadlock.netbeans.org/hudson/job/trunk/lastSuccessfulBuild/artifact/nbbuild/dist/zip/ No need to use the builtin gem management stuff in NetBeans if you don''t want to (and I never do). -- James Moore | james-7AXNjMB9LsNl57MIdRCFDg@public.gmane.org Ruby and Ruby on Rails consulting blog.restphone.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 -~----------~----~----~----~------~----~------~--~---
Yes, running rspec with netbeans. Like James, I''m on win and linux, though. On Mar 10, 8:43 pm, Ron <stecklyena...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > > Has anyone got RSpec working with NetBeans? I am running Leopard and > I don''t manage my gems with Netbeans. Do I have to manage the gems > inside NetBeans in order to get it working? > > Ron > > P.S. Sorry if this is a bit OT.--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
I''m using RSpec with NetBeans on a Leopard Mac. It''s been working fine for me. I suspect you might be still using the JRuby that ships with the NetBeans application. Check the properties of your Ruby app. You can switch to a native Ruby installation instead (where you probably have the RSpec installed). jdf On Mon, Mar 10, 2008 at 8:43 PM, Ron <stecklyenator-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hi, > > Has anyone got RSpec working with NetBeans? I am running Leopard and > I don''t manage my gems with Netbeans. Do I have to manage the gems > inside NetBeans in order to get it working? > > Ron > > P.S. Sorry if this is a bit OT. > > >-- Jeremy D. Frens jdfrens-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org http://www.norecess.org/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hi Jeremy, Yup. I am using the default jRuby. I switched paths to the Mac OS X install of Ruby, but now I''m having some problems using gems. It tells me that the Gems_Home directory is not writable as this user. Any thoughts? Ron On Mar 11, 1:40 pm, "Jeremy Frens" <jdfr...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I''m using RSpec with NetBeans on a Leopard Mac. It''s been working fine for > me. > > I suspect you might be still using the JRuby that ships with the NetBeans > application. Check the properties of your Ruby app. You can switch to a > native Ruby installation instead (where you probably have the RSpec > installed). > > jdf > > On Mon, Mar 10, 2008 at 8:43 PM, Ron <stecklyena...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hi, > > > Has anyone got RSpec working with NetBeans? I am running Leopard and > > I don''t manage my gems with Netbeans. Do I have to manage the gems > > inside NetBeans in order to get it working? > > > Ron > > > P.S. Sorry if this is a bit OT. > > -- > Jeremy D. Frens > jdfr...-Re5JQEeQqe80Tx58lXaADg@public.gmane.org://www.norecess.org/--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Ron, Sorry for taking so long to get back to you. Are you using "sudo" to install the gems? I install them from a terminal with "sudo": sudo gem install ZenTest jdf On Tue, Mar 11, 2008 at 8:59 PM, Ron <stecklyenator-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hi Jeremy, > > Yup. I am using the default jRuby. I switched paths to the Mac OS X > install of Ruby, but now I''m having some problems using gems. It > tells me that the Gems_Home directory is not writable as this user. > Any thoughts? > > Ron > > On Mar 11, 1:40 pm, "Jeremy Frens" <jdfr...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > I''m using RSpec with NetBeans on a Leopard Mac. It''s been working fine > for > > me. > > > > I suspect you might be still using the JRuby that ships with the > NetBeans > > application. Check the properties of your Ruby app. You can switch to > a > > native Ruby installation instead (where you probably have the RSpec > > installed). > > > > jdf > > > > On Mon, Mar 10, 2008 at 8:43 PM, Ron <stecklyena...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > Hi, > > > > > Has anyone got RSpec working with NetBeans? I am running Leopard and > > > I don''t manage my gems with Netbeans. Do I have to manage the gems > > > inside NetBeans in order to get it working? > > > > > Ron > > > > > P.S. Sorry if this is a bit OT. > > > > -- > > Jeremy D. Frens > > jdfr...-Re5JQEeQqe80Tx58lXaADg@public.gmane.org://www.norecess.org/ > > >-- Jeremy D. Frens jdfrens-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org http://www.norecess.org/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---