On Tue, Oct 6, 2015 at 5:35 AM, Walter Lee Davis <wa...@wdstudio.com> wrote:

> And it seems to work very well. But I have a test site that it is not 
> finding. When I comment out the rescue portion, the error I get indicates 
> that the host could not be found. I have tried adding a line to the hosts 
> file (the way you would on a Mac to do fake DNS for a development site) and 
> this too appears to be ignored completely. The Rails server is running on 
> Ubuntu 14, with all the latest patches, and I even tried rebooting the entire 
> server to get any caches to clear. Dig on the server is able to find the test 
> machine, but Net::HTTP on the same server cannot.

The (std) library name is Resolv, and no, it doesn't use /etc/hosts by
default, just the servers referenced in /etc/resolv.conf.

There is however a Resolv::Hosts that you could fall back to for
test purposes.

What's in the /etc/resolv.conf on your server?

-- 
Hassan Schroeder ------------------------ hassan.schroe...@gmail.com
http://about.me/hassanschroeder
twitter: @hassan
Consulting Availability : Silicon Valley or remote

-- 
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 rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CACmC4yDdmTAejbGjCQa9RGGPv-tx7P0pd1Kkt6kK%3DV1svMf0Bg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to