1. 10 3月, 2012 1 次提交
    • S
      configure how unverified request will be handled · 24594110
      Sergey Nartimov 提交于
      can be configured using `:with` option in `protect_from_forgery` method
      or `request_forgery_protection_method` config option
      
      possible values:
      - :reset_session (default)
      - :exception
      
      new applications are generated with:
      
          protect_from_forgery :with => :exception
      24594110
  2. 07 3月, 2012 17 次提交
  3. 06 3月, 2012 20 次提交
  4. 05 3月, 2012 2 次提交