rails--rails/actionpack/lib/action_controller/cgi_ext
David Heinemeier Hansson 36dc94a6a1 Added Hash.create_from_xml(string) which will create a hash from a XML string and even typecast if possible [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4453 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-06-16 10:07:13 +00:00
..
cgi_ext.rb Added support for POST data in form of YAML or XML, which is controller through the POST_DATA_MARSHAL header 2005-05-14 08:36:19 +00:00
cgi_methods.rb Added Hash.create_from_xml(string) which will create a hash from a XML string and even typecast if possible [DHH] 2006-06-16 10:07:13 +00:00
cookie_performance_fix.rb Handle cookie parsing irregularity for certain Nokia phones. Closes #2530. 2005-11-15 07:51:09 +00:00
raw_post_data_fix.rb Cope with missing content type and length headers. Parse parameters from multipart and urlencoded request bodies only. Accept multipart PUT parameters. Closes #5235. 2006-06-01 00:01:48 +00:00