aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/request_forgery_protection_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Don't append the forgery token to an ajax request if it's serializing a form,...Michael Koziarski2008-01-081-0/+9
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-1/+1
* Better error messages if you leave out the :secret option for request forgery...Rick Olson2007-09-281-45/+74
* Add missing requireMichael Koziarski2007-09-281-0/+1
* Allow ability to disable request forgery protection, disable it in test mode ...Rick Olson2007-09-281-0/+38
* Protect button_to behind protect_from_forgery (closes #9675) [lifo]David Heinemeier Hansson2007-09-251-106/+38
* Change from InvalidToken to InvalidAuthenticityToken to be more specificDavid Heinemeier Hansson2007-09-241-12/+12
* Rename some RequestForgeryProtection methods. The class method is now #prote...Rick Olson2007-09-231-12/+12
* Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model tha...Rick Olson2007-09-231-0/+217