It is working perfectly for me! (http://irequestlive.com, register, login, click on "DJ" button. It is a simple list that you can edit, it has rails backend.)
You should use PUT for update, POST for create etc Also, make sure that when you create request, you specify "POST" as a second parameter If it still isn't working, post the code here, I'll try to help skar karthikeyan wrote: > > GlebM wrote: >> don't forget, if you are using REST, you also should add _method >> parameter >> >> like >> + '&_method=put' >> > Thanks for the tip. I used the PUT method, but still with the same > result. And of course, rails' log said that the request used PUT instead > of the previous POST. The problem is not in firefox, as firebug shows > the right content and status code. It seems to be a qooxdoo feature or > more likely a bug. I'm checking out the svn version to check the app > even as I type this mail. Hope it's fixed in there. > > cheers, > skar. > > -- > -- > The life so short, the craft so long to learn. > > > ------------------------------------------------------------------------------ > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > -- View this message in context: http://www.nabble.com/Overriding-qx.io.remote.Request-for-working-around-rails%27-authenticity_token-tp24604136p24624730.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
