aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/request_forgery_protection_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Change the forgery token implementation to just be a simple random string.Michael Koziarski2008-11-231-87/+6
* Merge branch 'master' into testingJeremy Kemper2008-11-151-52/+66
|\
| * Changed request forgery protection to only worry about HTML-formatted content...Jeff Cohen2008-11-131-52/+66
* | Move controller assertions from base TestCase to AC:: and AV::TestCaseJeremy Kemper2008-11-071-5/+5
|/
* Merge branch 'master' of git@github.com:rails/railsrick2008-05-131-0/+24
|\
| * Bug: Earlier Check for Session in Forgery ProtectionPeter Jones2008-05-111-0/+24
* | change ActionController::RequestForgeryProtection to use Mime::Type#verify_re...rick2008-05-061-3/+45
* | Change the request forgery protection to go by Content-Type instead of reques...rick2008-05-061-4/+25
|/
* 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