aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/csrf_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Make csrf_meta_tags use the tag helperJames Robinson2011-04-081-4/+6
* get csrf_meta_tag back to the generated layout in deference to existing print...Xavier Noria2010-09-141-1/+1
* revises implementation and documentation of csrf_meta_tags, and aliases csrf_...Xavier Noria2010-09-111-6/+22
* Adds title and description where needed.Rizwan Reza2010-06-161-1/+3
* HTML-escape csrf meta contentsJeremy Kemper2010-02-041-1/+1
* Expose CSRF param name alsoJeremy Kemper2010-02-041-1/+1
* Expose CSRF tag for UJS adaptersJeremy Kemper2010-02-041-0/+12