Today my rails application on remote server suddenly stop working. All errors are in the form
Processing UsersController#update (for **ip** at 2010-07-29 10:52:27) [PUT]
Parameters: {"commit"=>"Update", "action"=>"update", "_method"=>"put", "authenticity_token"=>"ysiDvO5s7qhJQrnlSR2+f8jF1gxdB7T9I2ydxpRlSSk=", **more parameters**}
ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken):
This happens for every non-get request and, as you see, authenticity_token is there.
Have you seen anything like that? Thanks!
PS On the web I've found a suggestion to remove 'tmp' folder, didn't help.