You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Rails4 rc1 but got a problem with every single remote form. Looks like they are not including the Authenticity Token when they are remote, using the form_for or the form_tag.
After the submit, we get an InvalidAuthenticityToken, since jquery ujs can't get the token anywhere.