protect_from_forgery :secret => 'somerandomlygeneratedstringofchars666'
After uncommenting this line, restart your mongrel server and this should fix the ActionController::InvalidAuthenticityToken error.
Ruby and Ruby on Rails programming help, tutorials, and pleas for help.
protect_from_forgery :secret => 'somerandomlygeneratedstringofchars666'