aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/request/json_params_parsing_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-32/+26
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* 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 deprecated support to non-keyword arguments in `ActionDispatch::Integr...Rafael Mendonça França2016-10-101-1/+3
* Deprecated ActionDispatch::ParamsParser::ParamsParserRafael Mendonça França2016-10-101-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-11/+11
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-14/+14
* modernizes hash syntax in actionpackXavier Noria2016-08-061-3/+3
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-20/+20
* Modifies mime-registration test not to interfere with real mime typesBenjamin Fleischer2016-05-231-3/+3
* Deprecate :controller and :action path parametersAndrew White2016-03-011-2/+6
* Make sure we unregister the mime type before registeringRafael Mendonça França2016-02-221-10/+22
* Use symbol of mime type instead of object to get correct parserMehmet Emin İNAÇ2016-02-221-0/+16
* Fix typoRafael Mendonça França2016-02-171-1/+1
* The JSON API media type should only work wih a JSON API handlerBenjamin Fleischer2016-02-161-9/+2
* Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-031-2/+2
* Add test for parsing application/vnd.api+jsonMarcin Olichwirowicz2015-08-211-0/+14
* Make AC::Parameters not inherited from HashPrem Sichanugrist2015-07-151-1/+1
* Consistent usage of spaces in hashes across our codebaseRafael Mendonça França2015-01-291-1/+1
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-4/+4
* Don't convert empty arrays to nils when deep munging paramsChris Sinjakli2014-12-151-2/+2
* test boolean and number json param parsingArthur Neves2014-01-231-0/+7
* Use Request#raw_post instead Request#bodyPaul Nikitochkin2013-07-081-0/+7
* Replace multi_json with jsonErik Michaels-Ober2013-05-111-1/+1
* Fix failing AP testCarlos Antonio da Silva2013-05-011-1/+1
* Fix json params parsing regression for non-object JSON content.Dylan Smith2013-01-111-0/+7
* * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...Aaron Patterson2013-01-081-0/+15
* Revert "Merge branch 'master-sec'"Jeremy Kemper2013-01-081-15/+0
* * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...Aaron Patterson2013-01-071-0/+15
* Make ActionDispatch::ParamsParser::ParseError#original_exception return the o...Szymon Nowak2012-08-271-1/+2
* Fix ActionDispatch::ParamsParser::ParseError message for XML and JSON parsers.Szymon Nowak2012-08-241-1/+2
* Raise generic ParseError exception when ActionDispatch::ParamsParser fails pa...Szymon Nowak2012-08-241-1/+1
* Remove default match without specified methodJose and Yehuda2012-04-241-2/+2
* Moved all the logger methods to active support loggerKarunakar (Ruby)2012-01-061-1/+1
* middlewares should use logger from envlest2011-11-251-10/+6
* Remove unreachable code, and add additional testcases.kennyj2011-11-241-0/+12
* Add `ActionController::ParamsWrapper` to wrap parameters into a nested hashPrem Sichanugrist2011-05-031-0/+53
* 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
* Disable ShowExceptions during integration testsJoshua Peek2010-01-191-1/+1
* Ruby 1.9: resolve constant lookup issuesJeremy Kemper2009-11-041-1/+1
* Start rewriting some internal tests to use the new routing dslJoshua Peek2009-10-201-1/+1
* Add custom "with_routing" to internal tests to fix reseting session after usingJoshua Peek2009-10-031-1/+0
* Reset session in integration tests after changing routes to reload the middle...Joshua Peek2009-08-271-0/+1
* Adding a call to logger from params_parser to give detailed debug information...Jay Pignata2009-08-151-4/+24
* Move dispatch related tests into test/dispatchJoshua Peek2009-01-281-0/+45