aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/request_forgery_protection.rb
Commit message (Expand)AuthorAgeFilesLines
* Better error messages if you leave out the :secret option for request forgery...Rick Olson2007-09-281-1/+5
* Allow ability to disable request forgery protection, disable it in test mode ...Rick Olson2007-09-281-3/+11
* Change from InvalidToken to InvalidAuthenticityToken to be more specificDavid Heinemeier Hansson2007-09-241-7/+12
* port over some of the csrf_killer README docsRick Olson2007-09-241-0/+13
* Beefed up docs a bitDavid Heinemeier Hansson2007-09-241-17/+27
* Rename some RequestForgeryProtection methods. The class method is now #prote...Rick Olson2007-09-231-20/+31
* Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model tha...Rick Olson2007-09-231-0/+75