1. 03 9月, 2014 2 次提交
  2. 07 8月, 2014 1 次提交
  3. 14 6月, 2014 1 次提交
  4. 07 6月, 2014 1 次提交
  5. 27 1月, 2014 1 次提交
  6. 03 12月, 2013 1 次提交
  7. 25 8月, 2013 1 次提交
  8. 20 6月, 2013 1 次提交
  9. 02 1月, 2013 1 次提交
  10. 29 10月, 2012 1 次提交
  11. 28 8月, 2012 2 次提交
    • P
      Add ActionView::Base.default_formats · 45efb665
      Piotr Sarnacki 提交于
      default_formats array is used by LookupContext in order to allow
      rendering templates when :formats option is not passed. Previously it
      was always set to Mime::SET, which created dependency on Action Pack. In
      order to remove this dependency, Mime::SET is used only if
      ActionController is loaded.
      45efb665
    • P
      Remove comment about getting rid of old AV::Base.new behavior · 9e731f0d
      Piotr Sarnacki 提交于
      I've talked to José Valim, who added this comment, and there is no need
      to remove old API. It's good to have a simple way to instantiate
      ActionView::Base, by just passing view paths as a first argument,
      instead of constructing LookupContext and then the Renderer.
      
      [ci skip]
      9e731f0d
  12. 03 8月, 2012 2 次提交
  13. 29 6月, 2012 2 次提交
  14. 12 5月, 2012 1 次提交
  15. 05 4月, 2012 1 次提交
  16. 04 4月, 2012 1 次提交
  17. 29 3月, 2012 1 次提交
  18. 25 2月, 2012 1 次提交
  19. 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
  20. 19 1月, 2012 2 次提交
  21. 13 1月, 2012 1 次提交
  22. 06 1月, 2012 1 次提交
  23. 22 12月, 2011 1 次提交
  24. 06 12月, 2011 2 次提交
  25. 01 9月, 2011 1 次提交
  26. 10 8月, 2011 1 次提交
  27. 09 7月, 2011 1 次提交
  28. 11 5月, 2011 1 次提交
  29. 04 5月, 2011 2 次提交
  30. 02 5月, 2011 1 次提交
  31. 01 5月, 2011 3 次提交