Turns out that Rails 2.3.2 (specifically Rack) is incompatible with Mongrel 1.0.1. Updating to the latest Mongrel gem 1.1.5 solved the problem.
Christian On May 20, 10:28 am, pekeler <[email protected]> wrote: > I'm upgrading my app from 2.2.2 to 2.3.2 and am having a problem with > ActiveResource. > > class FooResource < ActiveResource::Base > self.site = "whatever" > self.element_name = "foo" > end > > FooResource.create(:bar => 'baz') > > raises: > > Net::HTTPHeaderSyntaxError: wrong Content-Length format --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

