aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/request_forgery_protection.rb
Commit message (Expand)AuthorAgeFilesLines
* ActionController::Base.request_forgery_protection_token should actually be th...Carl Lerche2010-03-111-1/+1
* Move request forgery protection configuration to the AC config objectCarl Lerche2010-03-081-4/+41
* Convert to class_attributeJeremy Kemper2010-02-011-2/+4
* Use extlib_inheritable_accessor in request_forgery_protection.rb.Carl Lerche2009-12-291-1/+1
* Merge Session stuff into RackConvenienceJoshua Peek2009-12-201-16/+16
* Extract form_authenticity_param instance method so it's overridable in subcla...Jeremy Kemper2009-11-171-0/+5
* Reorganize CSRF a bitYehuda Katz2009-10-281-33/+23
* Rename /base to /metal and make base.rb and metal.rb top-level to reflect the...Yehuda Katz2009-08-061-0/+118