1. 10 9月, 2007 3 次提交
  2. 11 6月, 2007 1 次提交
  3. 13 5月, 2007 1 次提交
  4. 08 5月, 2007 1 次提交
  5. 30 4月, 2007 1 次提交
  6. 13 3月, 2007 3 次提交
  7. 05 2月, 2007 1 次提交
  8. 28 1月, 2007 1 次提交
  9. 04 9月, 2006 2 次提交
  10. 11 3月, 2006 1 次提交
  11. 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
  12. 12 2月, 2006 1 次提交
  13. 15 9月, 2005 1 次提交
  14. 13 9月, 2005 1 次提交
  15. 11 9月, 2005 1 次提交
  16. 25 7月, 2005 1 次提交
  17. 22 7月, 2005 1 次提交
  18. 30 6月, 2005 1 次提交
  19. 29 6月, 2005 1 次提交
  20. 26 6月, 2005 1 次提交
  21. 22 5月, 2005 1 次提交
  22. 27 3月, 2005 1 次提交
  23. 21 3月, 2005 1 次提交
  24. 06 3月, 2005 1 次提交
  25. 20 2月, 2005 1 次提交
  26. 18 2月, 2005 1 次提交
  27. 16 2月, 2005 1 次提交
  28. 15 2月, 2005 1 次提交
  29. 10 1月, 2005 1 次提交
  30. 09 1月, 2005 2 次提交
  31. 30 12月, 2004 1 次提交
  32. 22 12月, 2004 1 次提交
  33. 07 12月, 2004 1 次提交
  34. 01 12月, 2004 1 次提交