--
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 rubyonra...@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-ta...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Apparently you can set an HTTP_X_HTTP_METHOD_OVERRIDE header, but that
doesn't work for me either.
On Nov 28, 9:00 am, CoolAJ86 <coola...@gmail.com> wrote:
> > _method=put&{ "json": "here" } will never work.
>
> > In a query string you need to assign it to something:
>
> > eg. _method=put&json={ "json": "here" }
>
> That won't every work either.
> In params_parser.rb the request is treated as whollyJSON, wholly XML,
> wholly YAML, or wholly whatever.
>
> If it'sJSONit doesn't look for params, it just shoves the parsed