#1316: net/http form_data chokes on instances of NSString ---------------------------------------+------------------------------------ Reporter: greg.borenstein@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ---------------------------------------+------------------------------------ Comment(by greg.borenstein@…): You're right, they're duplicates. In the meantime I found my own work around which is similar to the one described in that other ticket of implicitly transforming the NSString into a String thusly: "#{my_ns_string}" before passing it to set_form_data in its argument hash. -- Ticket URL: <http://www.macruby.org/trac/ticket/1316#comment:3> MacRuby <http://macruby.org/>