1. 23 2月, 2012 1 次提交
    • D
      Add config.default_method_for_update to support PATCH · 002713c6
      David Lee 提交于
      PATCH is the correct HTML verb to map to the #update action. The
      semantics for PATCH allows for partial updates, whereas PUT requires a
      complete replacement.
      
      Changes:
      * adds config.default_method_for_update you can set to :patch
      * optionally use PATCH instead of PUT in resource routes and forms
      * adds the #patch verb to routes to detect PATCH requests
      * adds #patch? to Request
      * changes documentation and comments to indicate support for PATCH
      
      This change maintains complete backwards compatibility by keeping :put
      as the default for config.default_method_for_update.
      002713c6
  2. 19 2月, 2012 1 次提交
  3. 18 2月, 2012 4 次提交
  4. 17 2月, 2012 5 次提交
  5. 16 2月, 2012 6 次提交
  6. 15 2月, 2012 2 次提交
  7. 14 2月, 2012 1 次提交
  8. 13 2月, 2012 1 次提交
  9. 12 2月, 2012 1 次提交
  10. 10 2月, 2012 2 次提交
  11. 09 2月, 2012 3 次提交
  12. 08 2月, 2012 2 次提交
  13. 05 2月, 2012 4 次提交
  14. 04 2月, 2012 4 次提交
  15. 03 2月, 2012 3 次提交