Comment 3 for bug 540193

Revision history for this message
Jonathan Kingston (jonathan-jooped) wrote :

Either in *project path*/vendor/rails/railties/lib/webrick_server.rb line 94, change to:
res.set_error(err.to_s)

or in /usr/lib/ruby/1.8/webrick/htmlutils.rb line 15 change to:
      str = string.to_s ? string.dup.to_s : ""

Is this something to be filed to a webbrick project or rails, seems to be the rails that is sending an invalid type.