Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document how to disable forgery protection for tests. Useful note for those u... | Jeremy Kemper | 2007-12-10 | 1 | -1/+7 |
* | Better error messages if you leave out the :secret option for request forgery... | Rick Olson | 2007-09-28 | 1 | -1/+5 |
* | Allow ability to disable request forgery protection, disable it in test mode ... | Rick Olson | 2007-09-28 | 1 | -3/+11 |
* | Change from InvalidToken to InvalidAuthenticityToken to be more specific | David Heinemeier Hansson | 2007-09-24 | 1 | -7/+12 |
* | port over some of the csrf_killer README docs | Rick Olson | 2007-09-24 | 1 | -0/+13 |
* | Beefed up docs a bit | David Heinemeier Hansson | 2007-09-24 | 1 | -17/+27 |
* | Rename some RequestForgeryProtection methods. The class method is now #prote... | Rick Olson | 2007-09-23 | 1 | -20/+31 |
* | Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model tha... | Rick Olson | 2007-09-23 | 1 | -0/+75 |