Is there anything I need to do to apache or fcgi to pass the put
request?
Chris
-----Original Message-----
From: rails-bounces@lists.rubyonrails.org
[mailto:rails-bounces@lists.rubyonrails.org] On Behalf Of Jeremy Kemper
Sent: Monday, March 13, 2006 3:26 PM
To: rails@lists.rubyonrails.org
Subject: Re: [Rails] Can Rails handle PUT requests??
On Mar 13, 2006, at 2:36 PM, Chris Bruce wrote:> Can rails handle PUT requests with Apache 1.3 and FCGI? If not, what
> would have to be done to make it work?
Yes. Use request.method (or request.put?) in conjunction with
request.raw_post to read the PUT request body.
jeremy
_______________________________________________
Rails mailing list
Rails@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails