2

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.

Community
  • 1
  • 1
marcamillion
  • 32,933
  • 55
  • 189
  • 380

1 Answers1

3

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.

Samuel
  • 37,778
  • 11
  • 85
  • 87