Hi Mike, Maybe the resolver is the issue? Can you connect to 127.0.0.1:3000?
You can also check where the process is binding. On Linux that would be `netstat -ntlp` - look for you Rails app there. That may work on a Mac but I'm not sure. Best regards -- Greg On Wednesday, October 15, 2014 4:05:13 AM UTC+2, [email protected] wrote: > > The hard drive on my Macbook recently failed. A local shop replaced it > and restored data from the failing drive. Thereafter, I couldn't start the > the rails server on rails apps that previously had worked as expected. I > subsequently rebuilt rails 2.1.3 under rvm. Now, rails -s starts WEBrick > successfully, but I can only connect on 0.0.0.0:3000 rather than on > localhost:3000 as I from rails apps that allowed it just a couple of days > ago. I added the tzinfo-data gem as suggested on some related posts, but > still no joy. I'm running rails 4.1.6 on ruby 2.1.3p242 under 0SX 10.9.5. > Can anyone suggest how I might proceed from here? > > Regards, > > Mike > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/524d8811-e372-4670-9e78-9ab6401e0826%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

