1. 19 4月, 2012 1 次提交
  2. 29 3月, 2012 3 次提交
  3. 18 3月, 2012 1 次提交
  4. 17 3月, 2012 1 次提交
  5. 15 3月, 2012 1 次提交
    • R
      Move database configuration section from Getting Started Guide into Configuration guide · dcfb990e
      Ryan Bigg 提交于
      This is because newbies don't need to know immediately all the different ways of configuring a database on Rails. The default is SQLite3 which'll work on most operating systems by default. The only reason for it to *not* work is due to missing packages on the operating system, which should be taken care of in some sort of 'Installing Rails for <Operating System> guide.
      dcfb990e
  6. 14 3月, 2012 2 次提交
  7. 13 3月, 2012 1 次提交
  8. 10 3月, 2012 2 次提交
  9. 08 3月, 2012 1 次提交
  10. 04 3月, 2012 1 次提交
  11. 27 2月, 2012 1 次提交
  12. 26 2月, 2012 1 次提交
  13. 25 2月, 2012 2 次提交
  14. 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
  15. 21 2月, 2012 1 次提交
  16. 17 2月, 2012 1 次提交
  17. 04 2月, 2012 1 次提交
  18. 19 1月, 2012 1 次提交
  19. 18 1月, 2012 3 次提交
  20. 03 1月, 2012 1 次提交
  21. 16 12月, 2011 1 次提交
  22. 13 12月, 2011 2 次提交
  23. 03 12月, 2011 1 次提交
  24. 02 12月, 2011 1 次提交
  25. 27 11月, 2011 2 次提交
  26. 19 11月, 2011 1 次提交
  27. 01 11月, 2011 1 次提交
  28. 25 10月, 2011 1 次提交
  29. 19 10月, 2011 1 次提交
  30. 06 10月, 2011 2 次提交