[Rails] Re: http request inside controller?

2008-09-28 Thread Kodak
On 26 Wrz, 01:00, Hubert Łępicki <[EMAIL PROTECTED]> wrote: > Hi, > > Can you access any other sites using http from within your > controllers? yes, I can so it is not rails problem, thank you - i will examine remote server why it is not responding to every request > I see you are using Window

[Rails] Re: http request inside controller?

2008-09-25 Thread Hubert Łępicki
Hi, Can you access any other sites using http from within your controllers? I see you are using Windows - does firewall allow your mongrels/ webrick to access Internet? If it's timeout issue, you can easily increase timeout with net/http library like: Net::HTTP.start('www.whatever.org.uk') { |h