Ticket #689 (closed defect: fixed)
Net::HTTP.post_form() is broken.
| Reported by: | rob@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | blocker | Milestone: | MacRuby 0.7 |
| Component: | MacRuby | Keywords: | |
| Cc: | bricollins@… |
Description
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


