AJAX problem in 1.2 (but works in RC2)

Hey,

link_to_remote appears to be ignoring :method in the new 1.2 today. I'm using :method => :put The template is rendering ok: {asynchronous:true, evalScripts:true, method:'put'} However, the logs are showing the request as :post (no route error).

This is happening using the 1.2 gem, and when using the rel_1-2-0 tag. If I use rel_1-2-0_RC2, it works fine.

- Brian

link_to_remote appears to be ignoring :method in the new 1.2 today. I'm using :method => :put The template is rendering ok: {asynchronous:true, evalScripts:true, method:'put'} However, the logs are showing the request as :post (no route error).

This is happening using the 1.2 gem, and when using the rel_1-2-0 tag. If I use rel_1-2-0_RC2, it works fine.

This has been identified and is being / has been fixed by the prototype wizards.

1.2.1 - Beautiful :slight_smile: