1. 19 3月, 2006 1 次提交
  2. 13 3月, 2006 2 次提交
  3. 12 3月, 2006 2 次提交
  4. 11 3月, 2006 1 次提交
  5. 07 3月, 2006 1 次提交
  6. 06 3月, 2006 1 次提交
    • T
      Added new infrastructure support for REST webservices. · 03d37a2d
      Tobias Lütke 提交于
        By default application/xml posts are handled by creating a XmlNode object with the same name as the root element of the submitted xml. M$
      
       ActionController::Base.param_parsers['application/atom+xml'] = Proc.new do |data|
          node = REXML::Document.new(post)
         { node.root.name => node.root }
       end
      
       XmlSimple and Yaml web services were retired, ActionController::Base.param_parsers carries an example which shows how to get this functio$
       request.[formatted_post?, xml_post?, yaml_post? and post_format] were all deprecated in favor of request.content_type [Tobias Luetke]
      
      Closes #4081
      
      
      git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3777 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
      03d37a2d
  7. 10 2月, 2006 1 次提交
  8. 23 1月, 2006 1 次提交
  9. 08 12月, 2005 1 次提交
  10. 20 11月, 2005 1 次提交
  11. 16 10月, 2005 1 次提交
  12. 15 10月, 2005 1 次提交
  13. 20 9月, 2005 1 次提交
  14. 15 9月, 2005 1 次提交
  15. 11 9月, 2005 1 次提交
  16. 02 9月, 2005 1 次提交
  17. 23 7月, 2005 1 次提交
  18. 13 7月, 2005 1 次提交
  19. 25 6月, 2005 1 次提交
  20. 24 6月, 2005 1 次提交
  21. 21 6月, 2005 1 次提交
  22. 18 6月, 2005 1 次提交
  23. 22 5月, 2005 1 次提交
  24. 21 5月, 2005 2 次提交
  25. 20 5月, 2005 1 次提交
  26. 14 5月, 2005 2 次提交
  27. 18 4月, 2005 2 次提交
  28. 21 3月, 2005 1 次提交
  29. 14 3月, 2005 1 次提交
  30. 02 3月, 2005 1 次提交
  31. 01 3月, 2005 1 次提交
  32. 28 2月, 2005 1 次提交
  33. 24 2月, 2005 1 次提交
  34. 16 2月, 2005 1 次提交
  35. 15 2月, 2005 1 次提交