aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/webservice_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904)Ryuta Kamizono2019-01-091-3/+3
* Make actionpack frozen string friendlyKir Shatrov2017-07-241-2/+4
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-1/+1
* modernizes hash syntax in actionpackXavier Noria2016-08-061-1/+1
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-23/+23
* Transform the mime object to symbol when registering the parsersRafael Mendonça França2016-02-221-1/+1
* Use symbol of mime type instead of object to get correct parserMehmet Emin İNAÇ2016-02-221-2/+2
* Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-061-2/+2
* stop calling deprecated methodsAaron Patterson2015-09-211-2/+2
* do not instantiate a param parser middlewareAaron Patterson2015-09-181-8/+12
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-2/+2
* Make AC::Parameters not inherited from HashPrem Sichanugrist2015-07-151-1/+7
* Consistent usage of spaces in hashes across our codebaseRafael Mendonça França2015-01-291-5/+5
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-7/+16
* Do not rescue Exception in ParamsParserYuki Nishijima2014-11-231-0/+10
* Eliminate `JSON.{parse,load,generate,dump}` and `def to_json`Godfrey Chan2013-11-051-1/+2
* Remove XML Parser from ActionDispatchPrem Sichanugrist2013-02-201-131/+15
* Remove yaml Proc param parser testBrendon Murphy2013-01-281-13/+0
* Remove :yaml related tests and fix other related to parsing empty arraysCarlos Antonio da Silva2013-01-081-43/+0
* CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml.Jeremy Kemper2013-01-081-0/+13
* Revert "Merge branch 'master-sec'"Jeremy Kemper2013-01-081-13/+0
* CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml.Jeremy Kemper2013-01-081-0/+13
* Remove default match without specified methodJose and Yehuda2012-04-241-1/+1
* Remove rescue_action from compatibility module and testsCarlos Antonio da Silva2012-01-171-2/+0
* try not to use assert_blank when nil will wouldNeeraj Singh2011-06-111-2/+2
* use spec compliant YAMLAaron Patterson2011-01-211-1/+1
* Initialize ivars in tests.Emilio Tagua2010-09-281-0/+1
* Remove deprecated stuff in ActionControllerCarlos Antonio da Silva2010-09-261-1/+1
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-051-1/+1
* code gardening: we have assert_(nil|blank|present), more concise, with better...Xavier Noria2010-08-171-2/+2
* Consistent routing languageJoshua Peek2010-03-301-1/+1
* Merge branch 'master' of github.com:rails/railsCarlhuda2010-02-251-1/+1
* Use ActionDispatch::Routing everywhereMartin Schürrer2010-02-211-1/+1
* Use new routing dsl in testsJoshua Peek2009-12-081-3/+1
* Add custom "with_routing" to internal tests to fix reseting session after usingJoshua Peek2009-10-031-1/+0
* Allow integration test rack app to be set with "@app" ivar instead of using o...Joshua Peek2009-09-261-2/+2
* Reset session in integration tests after changing routes to reload the middle...Joshua Peek2009-08-271-0/+1
* Move legacy param_parsers config onto AD::ParamsParserJoshua Peek2009-08-211-62/+67
* Move Safari response-padding fix to Rails2Compatibility. Should be a Rack con...Jeremy Kemper2009-05-211-2/+2
* 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