1. 30 9月, 2008 1 次提交
  2. 09 9月, 2008 2 次提交
  3. 01 9月, 2008 1 次提交
  4. 31 8月, 2008 8 次提交
  5. 29 8月, 2008 1 次提交
  6. 27 8月, 2008 1 次提交
  7. 22 8月, 2008 4 次提交
  8. 20 8月, 2008 1 次提交
  9. 07 8月, 2008 1 次提交
  10. 06 8月, 2008 1 次提交
  11. 01 8月, 2008 2 次提交
  12. 29 7月, 2008 1 次提交
  13. 25 7月, 2008 2 次提交
  14. 22 7月, 2008 1 次提交
  15. 18 7月, 2008 1 次提交
  16. 17 7月, 2008 1 次提交
  17. 13 7月, 2008 2 次提交
  18. 10 7月, 2008 2 次提交
  19. 09 7月, 2008 1 次提交
  20. 07 7月, 2008 1 次提交
    • M
      Disable the Accept header by default · 2f4aaed7
      Michael Koziarski 提交于
      The accept header is poorly implemented by browsers and causes strange errors when used on public sites where crawlers make requests too.  You should use formatted urls (e.g. /people/1.xml) to support API clients. Alternatively to re-enable it you need to set:
      
      config.action_controller.use_accept_header = true
      
      A special case remains for ajax requests which will have a javascript format for the base resource (/people/1) if the X-Requested-With header is present.  This lets ajax pages still use format.js despite there being no params[:format]
      2f4aaed7
  21. 04 7月, 2008 3 次提交
  22. 03 7月, 2008 1 次提交
  23. 02 7月, 2008 1 次提交