aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/webservice_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Switch to Rack based session stores.Joshua Peek2008-12-151-2/+0
* Refactor SessionFixationTest and WebServiceTest with IntegrationTest so they ...Joshua Peek2008-12-041-144/+178
* Remove XmlSimple dependenciesJeremy Kemper2008-11-251-5/+4
* Fix Hash#from_xml with Type records. Closes #9242 [Juanjo Bazan, Isaac Feliu]Jeremy Kemper2008-02-271-2/+47
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Parse url-encoded and multipart requests ourselves instead of delegating to CGI.Jeremy Kemper2007-05-181-3/+6
* Introduce the request.body stream. Lazy-read to parse parameters rather than ...Jeremy Kemper2007-05-151-7/+3
* Removed ill faded xml_node class from codebase. Use XmlSimple insteadTobias Lütke2007-04-091-57/+3
* Deprecation: remove deprecated request methods.Jeremy Kemper2007-03-131-9/+0
* Added Hash.create_from_xml(string) which will create a hash from a XML string...David Heinemeier Hansson2006-06-161-7/+0
* Make sure xml_simple requests don't blow up if an empty request body is recievedJamis Buck2006-03-181-0/+6
* Add a test to make sure basic XML entities get unescaped properlyJamis Buck2006-03-181-0/+8
* XML-formatted requests are typecast according to "type" attributes for :xml_s...Jamis Buck2006-03-181-1/+53
* Underscore dasherized keys in formatted requestsJamis Buck2006-03-151-3/+28
* Mime types are separated by a comma, not semicolon, in the Accept header. Als...David Heinemeier Hansson2006-03-121-5/+5
* Added better support for using the same actions to output for different sourc...David Heinemeier Hansson2006-03-111-1/+1
* ActionController::Base.param_parsers now accept symbols. currently supported ...Tobias Lütke2006-03-051-2/+20
* Added new infrastructure support for REST webservices.Tobias Lütke2006-03-051-0/+146