aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/webservice_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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