how did i break :method -> :delete

Posted by Tallboy on Stack Overflow See other posts from Stack Overflow or by Tallboy
Published on 2012-07-04T01:13:00Z Indexed on 2012/07/04 3:16 UTC
Read the original article Hit count: 131

i refactored my entire application and gave it a whole new design. The one thing that seems to be broken is all the original link_to methods I had which were :method => :delete are now getting sent as a GET request.

The only thing I did that I can remember that might cause it is delete jquery-rails from the gemfile (I'm just getting it from google ajax).

Does anyone have any other ideas what I could have deleted?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about ruby-on-rails