From flazy at fork.de Tue Nov 13 04:56:46 2007 From: flazy at fork.de (=?ISO-8859-1?Q?Florian_A=DFmann?=) Date: Tue, 13 Nov 2007 10:56:46 +0100 Subject: [RubyAMF] Rails 2 compat (seen in first application ,big trouble) Message-ID: <0D2AA093-020B-47B0-A81F-F2CC5FE98C61@fork.de> Hi everbody, I just subscribed this list but I saw someone having a nil.[] NoMethodError while deserialization. I fixed this locally to work with Rails 1.99. Replace app/controllers/rubyamf_controller.rb:62 amf_response = gateway.service(request.env["RAW_POST_DATA"] || request.raw_post) Cheers Florian