1. 16 2月, 2013 1 次提交
  2. 13 2月, 2013 1 次提交
  3. 17 1月, 2013 1 次提交
  4. 11 1月, 2013 1 次提交
  5. 31 12月, 2012 1 次提交
  6. 30 12月, 2012 2 次提交
  7. 08 12月, 2012 1 次提交
  8. 30 11月, 2012 1 次提交
  9. 29 11月, 2012 2 次提交
  10. 17 11月, 2012 1 次提交
  11. 11 11月, 2012 1 次提交
  12. 19 10月, 2012 1 次提交
  13. 17 10月, 2012 2 次提交
  14. 11 10月, 2012 1 次提交
  15. 10 10月, 2012 1 次提交
    • M
      Update test locations · 2a68f68a
      Mike Moore 提交于
      Change the default test locations to avoid confusion around the common
      testing terms "unit" and "functional".
      Add new rake tasks for the new locations, while maintaining backwards
      compatibility with the old rake tasks.
      
      New testing locations are as follows:
      
          app/models -> test/models (was test/units)
          app/helpers -> test/helpers (was test/units/helpers)
          app/controllers -> test/controllers (was test/functional)
          app/mailers -> test/mailers (was test/functional)
      2a68f68a
  16. 02 10月, 2012 2 次提交
  17. 18 9月, 2012 8 次提交
  18. 13 7月, 2012 2 次提交
  19. 01 4月, 2012 1 次提交
  20. 27 3月, 2012 1 次提交
  21. 25 3月, 2012 3 次提交
  22. 17 3月, 2012 1 次提交
  23. 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
  24. 05 2月, 2012 1 次提交
  25. 03 1月, 2012 1 次提交
  26. 18 11月, 2011 1 次提交