marcamillion
marcamillion

Reputation: 33775

Rails 3.0.6 & 3.0.7 broke my destroy action...how do I fix it?

This is directly related to this question

I finally figured out that Rails 3.0.6 & 3.0.7 break my code. Given the code in that question, how do I fix it ?

Should I paste all that code over here?

Edit1: Issue resolved on linked question.

Upvotes: 2

Views: 143

Answers (1)

Samuel
Samuel

Reputation: 38346

Update to the latest jquery ujs driver which includes the CSRF token in each request to prevent your session from being reset since the changes in 3.0.4.

Upvotes: 3

Related Questions