[Rails] Re: Address already in use - bind(2) (Errno::EADDRINUSE)

2010-11-04 Thread Vince Hodges
You might try  lsof -i  To see which process/pid has port 3000 open.  It will show up as something like:   ruby      94580 username    7u  IPv4 0x08681274      0t0   TCP *:hbci (LISTEN)The 94580 is the PID. The hbci  is because  port 3000 is used for that protocol

[Rails] Re: Address already in use - bind(2) (Errno::EADDRINUSE)

2010-11-04 Thread Vince Hodges
Do you have Zfone installed?See :http://www.sitepoint.com/forums/showthread.php?t=650781 For more details (not much).  Other than that, I have nothing else for you. -- Vince HodgesSent with Sparrow On Thursday, November

[Rails] Re: I am very overwhelmed going to production and need help

2009-08-12 Thread Vince Hodges
correctly. -- Posted via http://www.ruby-forum.com/. -- Vince Hodges - Founder http://www.pennyminder.com/ 604.603.1741 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post

[Rails] Re: I am very overwhelmed going to production and need help

2009-08-12 Thread Vince Hodges
-- Posted via http://www.ruby-forum.com/. -- Vince Hodges - Founder http://www.pennyminder.com/ 604.603.1741 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group

[Rails] Re: a simple way to generate a comma separated list of codes?

2008-09-09 Thread Vince Hodges
, This ought to do it. ~~ Shiv or.. (a bit more concise) courses.collect(:code).join(',') -- Vince Hodges http://www.imbas.ca/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post