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