[Rails] Authenticity Token!!!!!!!!!

2011-03-22 Thread huhooooooo
#Answer_controller def index Hi! I have next problem.. Please help me understand how token works?? I need create each form for each user.. i mean, one user can see my form only once! (unique session)... @answers=Hash.new if request.post? questions = Question.find(:all,:condition

[Rails] Authenticity token error on Safari and IE6 on Windows

2009-06-10 Thread Fernando Perez
Hi, I cannot log in to my Rails application using Windows and Safari or IE6. Windows + Firefox works, and Safari or Firefox on Osx works also. What in hell is going wrong? I recently switched my app from restful_auth to authlogic, could that be the reason? I don't remember having these authenti

[Rails] Authenticity Token change under 2.2.2?

2008-12-02 Thread Simon Macneall
Hi, We have the following code which sends a request on unload of one of our pages. It was working fine until I upgraded to rails 2.2.2, but now is giving 'ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken):' Does anyone know what has changed, and what