On Nov 26, 8:52 pm, Tony <[EMAIL PROTECTED]> wrote:
> Thanks, Fred. Though it looks a bit more complicated. I was going to
> test your suggestion and so stuck a breakpoint in proxy_controller
> before the send_data:
>
> response = Net::HTTP.start(uri.host, uri.port) { |http|
> http.request_post(uri.path, claim, { 'Content-type' => 'text/
> turtle' })
> }
> debugger
> send_data(response.body, :type => response['content-type'],
> :status => "#{response.code} #{response.message}")
>
> but the javascript completed before I could get to the debugger.
As in the onComplete was called ? did you start the server with the --
debugger option ?
Fred
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---