Reputation: 33775
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
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