aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/csrf_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove not used requires from csrf helper file and testCarlos Antonio da Silva2012-01-211-2/+0
| | | | | These requires were added in a87b92d and the implementation changed in 2cdc1f0, removing the need for them.
* Make csrf_meta_tags use the tag helperJames Robinson2011-04-081-4/+6
| | | | Improved formatting of csrf_helper and improved test coverage
* get csrf_meta_tag back to the generated layout in deference to existing ↵Xavier Noria2010-09-141-1/+1
| | | | printed material, chomp also the generated HTML to be faithful to the output before the refactor
* revises implementation and documentation of csrf_meta_tags, and aliases ↵Xavier Noria2010-09-111-6/+22
| | | | csrf_meta_tag to it for backwards compatibilty
* 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