Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #11032 (closed enhancement: fixed)

Opened 8 months ago

Last modified 6 months ago

[PATCH] fix and enhance docs for RequestForgeryProtection

Reported by: mislav Assigned to: core
Priority: normal Milestone: 2.x
Component: ActionPack Version: edge
Severity: normal Keywords: docs
Cc:

Description

I've noticed that the docs are saying that the token is named _authenticity_token at one point, which is not true (it doesn't have the leading underscore).

So I've corrected that bit and restructured documentation a little.

Attachments

ClassMethods.html (11.1 kB) - added by mislav on 02/06/08 15:20:18.
request_forgery_protection.diff (6.3 kB) - added by mislav on 02/06/08 15:21:46.

Change History

02/06/08 15:20:18 changed by mislav

  • attachment ClassMethods.html added.

02/06/08 15:21:11 changed by mislav

  • summary changed from [PACTH] fix and enhance docs for RequestForgeryProtection to [PATCH] fix and enhance docs for RequestForgeryProtection.

02/06/08 15:21:46 changed by mislav

  • attachment request_forgery_protection.diff added.

02/10/08 01:12:47 changed by nzkoz

(In [8842]) 2-0-stable: Correct inconsistencies in RequestForgeryProtection docs. References #11032 [mislav]

Merging [8807]

03/27/08 15:54:43 changed by danger

mislav: should this ticket be closed? I can't tell for sure if [8842] should have closed this but I think so.

03/28/08 03:40:10 changed by nzkoz

  • status changed from new to closed.
  • resolution set to fixed.

Yes, Woops