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