| Commit message (Expand) | Author | Age | Files | Lines |
* | do not instantiate a param parser middleware | Aaron Patterson | 2015-09-18 | 1 | -8/+12 |
* | Stop using deprecated `render :text` in test | Prem Sichanugrist | 2015-07-17 | 1 | -2/+2 |
* | Make AC::Parameters not inherited from Hash | Prem Sichanugrist | 2015-07-15 | 1 | -1/+7 |
* | Consistent usage of spaces in hashes across our codebase | Rafael Mendonça França | 2015-01-29 | 1 | -5/+5 |
* | Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration | Kir Shatrov | 2015-01-29 | 1 | -7/+16 |
* | Do not rescue Exception in ParamsParser | Yuki Nishijima | 2014-11-23 | 1 | -0/+10 |
* | Eliminate `JSON.{parse,load,generate,dump}` and `def to_json` | Godfrey Chan | 2013-11-05 | 1 | -1/+2 |
* | Remove XML Parser from ActionDispatch | Prem Sichanugrist | 2013-02-20 | 1 | -131/+15 |
* | Remove yaml Proc param parser test | Brendon Murphy | 2013-01-28 | 1 | -13/+0 |
* | Remove :yaml related tests and fix other related to parsing empty arrays | Carlos Antonio da Silva | 2013-01-08 | 1 | -43/+0 |
* | CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml. | Jeremy Kemper | 2013-01-08 | 1 | -0/+13 |
* | Revert "Merge branch 'master-sec'" | Jeremy Kemper | 2013-01-08 | 1 | -13/+0 |
* | CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml. | Jeremy Kemper | 2013-01-08 | 1 | -0/+13 |
* | Remove default match without specified method | Jose and Yehuda | 2012-04-24 | 1 | -1/+1 |
* | Remove rescue_action from compatibility module and tests | Carlos Antonio da Silva | 2012-01-17 | 1 | -2/+0 |
* | try not to use assert_blank when nil will would | Neeraj Singh | 2011-06-11 | 1 | -2/+2 |
* | use spec compliant YAML | Aaron Patterson | 2011-01-21 | 1 | -1/+1 |
* | Initialize ivars in tests. | Emilio Tagua | 2010-09-28 | 1 | -0/+1 |
* | Remove deprecated stuff in ActionController | Carlos Antonio da Silva | 2010-09-26 | 1 | -1/+1 |
* | Removed deprecated RouteSet API, still many tests fail | Piotr Sarnacki | 2010-09-05 | 1 | -1/+1 |
* | code gardening: we have assert_(nil|blank|present), more concise, with better... | Xavier Noria | 2010-08-17 | 1 | -2/+2 |
* | Consistent routing language | Joshua Peek | 2010-03-30 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:rails/rails | Carlhuda | 2010-02-25 | 1 | -1/+1 |
* | Use ActionDispatch::Routing everywhere | Martin Schürrer | 2010-02-21 | 1 | -1/+1 |
* | Use new routing dsl in tests | Joshua Peek | 2009-12-08 | 1 | -3/+1 |
* | Add custom "with_routing" to internal tests to fix reseting session after using | Joshua Peek | 2009-10-03 | 1 | -1/+0 |
* | Allow integration test rack app to be set with "@app" ivar instead of using o... | Joshua Peek | 2009-09-26 | 1 | -2/+2 |
* | 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 |