This one had me stumped for a while too but I have found if you modify Webrick config.rb and change the entry :DoNotReverseLookup => 'nil,' to 'true,' your non-local host will be able to connect with the Webrick server.
You can find the config.rb file for Rails 1.9.1 and 1.9.2 in this directory .../usr/lib/ruby/1.9.1/webrick/config.rb -- 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 post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

