#689: Net::HTTP.post_form() is broken. -----------------------------+---------------------------------------------- Reporter: rob@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: -----------------------------+---------------------------------------------- I'm running the latest nightly(05/05/2010), to reproduce: {{{ require 'net/http' Net::HTTP.post_form(URI.parse('http://www.google.com/foobar', { :foo => 'bar' }) # ... Produces: ArgumentError: method `force_encoding:' does not work on NSStrings }}} Thanks. -- Ticket URL: <http://www.macruby.org/trac/ticket/689> MacRuby <http://macruby.org/>