| Commit message (Expand) | Author | Age | Files | Lines |
* | Reset session in integration tests after changing routes to reload the middle... | Joshua Peek | 2009-08-27 | 1 | -0/+1 |
* | Move legacy param_parsers config onto AD::ParamsParser | Joshua Peek | 2009-08-21 | 1 | -62/+67 |
* | Move Safari response-padding fix to Rails2Compatibility. Should be a Rack con... | Jeremy Kemper | 2009-05-21 | 1 | -2/+2 |
* | Switch to Rack based session stores. | Joshua Peek | 2008-12-15 | 1 | -2/+0 |
* | Refactor SessionFixationTest and WebServiceTest with IntegrationTest so they ... | Joshua Peek | 2008-12-04 | 1 | -144/+178 |
* | Remove XmlSimple dependencies | Jeremy Kemper | 2008-11-25 | 1 | -5/+4 |
* | Fix Hash#from_xml with Type records. Closes #9242 [Juanjo Bazan, Isaac Feliu] | Jeremy Kemper | 2008-02-27 | 1 | -2/+47 |
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -1/+1 |
* | Parse url-encoded and multipart requests ourselves instead of delegating to CGI. | Jeremy Kemper | 2007-05-18 | 1 | -3/+6 |
* | Introduce the request.body stream. Lazy-read to parse parameters rather than ... | Jeremy Kemper | 2007-05-15 | 1 | -7/+3 |
* | Removed ill faded xml_node class from codebase. Use XmlSimple instead | Tobias Lütke | 2007-04-09 | 1 | -57/+3 |
* | Deprecation: remove deprecated request methods. | Jeremy Kemper | 2007-03-13 | 1 | -9/+0 |
* | Added Hash.create_from_xml(string) which will create a hash from a XML string... | David Heinemeier Hansson | 2006-06-16 | 1 | -7/+0 |
* | Make sure xml_simple requests don't blow up if an empty request body is recieved | Jamis Buck | 2006-03-18 | 1 | -0/+6 |
* | Add a test to make sure basic XML entities get unescaped properly | Jamis Buck | 2006-03-18 | 1 | -0/+8 |
* | XML-formatted requests are typecast according to "type" attributes for :xml_s... | Jamis Buck | 2006-03-18 | 1 | -1/+53 |
* | Underscore dasherized keys in formatted requests | Jamis Buck | 2006-03-15 | 1 | -3/+28 |
* | Mime types are separated by a comma, not semicolon, in the Accept header. Als... | David Heinemeier Hansson | 2006-03-12 | 1 | -5/+5 |
* | Added better support for using the same actions to output for different sourc... | David Heinemeier Hansson | 2006-03-11 | 1 | -1/+1 |
* | ActionController::Base.param_parsers now accept symbols. currently supported ... | Tobias Lütke | 2006-03-05 | 1 | -2/+20 |
* | Added new infrastructure support for REST webservices. | Tobias Lütke | 2006-03-05 | 1 | -0/+146 |