| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure xml_simple requests don't blow up if an empty request body is recieved | Jamis Buck | 2006-03-18 | 1 | -5/+6 |
* | XML-formatted requests are typecast according to "type" attributes for :xml_s... | Jamis Buck | 2006-03-18 | 1 | -1/+43 |
* | Be sure to look at array elements when dasherizing keys of a formatted request | Jamis Buck | 2006-03-17 | 1 | -9/+11 |
* | Underscore dasherized keys in formatted requests | Jamis Buck | 2006-03-15 | 1 | -1/+13 |
* | use "mime_type" instead of "format" | Jamis Buck | 2006-03-15 | 1 | -1/+1 |
* | Mime types are separated by a comma, not semicolon, in the Accept header. Als... | David Heinemeier Hansson | 2006-03-12 | 1 | -2/+2 |
* | Proper options for XmlSimple | David Heinemeier Hansson | 2006-03-07 | 1 | -1/+1 |
* | XmlSimple _should_ be the default since XmlNode is not compatible with regula... | David Heinemeier Hansson | 2006-03-07 | 1 | -9/+9 |
* | ActionController::Base.param_parsers now accept symbols. currently supported ... | Tobias Lütke | 2006-03-05 | 1 | -1/+13 |
* | Added new infrastructure support for REST webservices. | Tobias Lütke | 2006-03-05 | 1 | -6/+2 |
* | Undo condition change made in [2345] to prevent normal parameters arriving as... | Nicholas Seckar | 2005-09-27 | 1 | -1/+1 |
* | Ticket #2295 - Tolerate consecutive delimiters in query parameters | Jeremy Kemper | 2005-09-27 | 1 | -0/+3 |
* | r3573@asus: jeremy | 2005-09-26 11:38:44 -0700 | Jeremy Kemper | 2005-09-26 | 1 | -1/+22 |
* | Performance improvements to CGI methods. Closes #1980 | Nicholas Seckar | 2005-09-08 | 1 | -7/+11 |
* | Improved performance with 5-30% through a series of Action Pack optimizations... | David Heinemeier Hansson | 2005-07-23 | 1 | -14/+19 |
* | Fixed that hashes was not working properly when passed by GET to lighttpd #84... | David Heinemeier Hansson | 2005-07-04 | 1 | -9/+25 |
* | Hashes sent via multipart post should be converted to strings #1032 [me@julik... | Jamis Buck | 2005-07-04 | 1 | -1/+1 |
* | Fixed query parser to deal gracefully with equal signs inside keys and values... | David Heinemeier Hansson | 2005-06-16 | 1 | -1/+2 |
* | Arrays sent via multipart posts are converted to strings #1032 [dj@omelia.org] | Jamis Buck | 2005-06-10 | 1 | -1/+1 |
* | Added support for POST data in form of YAML or XML, which is controller throu... | David Heinemeier Hansson | 2005-05-14 | 1 | -6/+19 |
* | Added graceful handling of non-alphanumeric names and misplaced brackets in i... | David Heinemeier Hansson | 2004-12-01 | 1 | -16/+14 |
* | Initial | David Heinemeier Hansson | 2004-11-24 | 1 | -0/+91 |