Erol Fornoles wrote in post #947325:
> I know you've already resolved your problem, but for the sake of
> discussion, WEBrick in it's default state is notoriously slow when
> being accessed remotely. You can speed it up by looking for webrick/
> config.rb in your ruby's install path and changing the following:
>
> :DoNotReverseLookup => nil
>
> to
>
> :DoNotReverseLookup => true

Thanks man! This solved here perfectly!

-- 
Posted via http://www.ruby-forum.com/.

-- 
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/9234d98c25f81ee123885563281e672f%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to