aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/request
Commit message (Expand)AuthorAgeFilesLines
...
* | Routes specifying 'to:' must be a string that contains a "#" or a rackAaron Patterson2014-06-031-2/+2
|/
* Cleaning and adding tests for SessionAttila Domokos2014-03-191-7/+34
* test boolean and number json param parsingArthur Neves2014-01-231-0/+7
* Merge pull request #13188 from imanel/skip_deep_mungeJeremy Kemper2013-12-191-0/+15
|\
| * Add configuration option to optionally disable deep_mungeBernard Potocki2013-12-051-0/+15
* | Make ActionDispatch::Request::Session#fetch behave like Hash#fetchTrent Ogren2013-12-111-3/+2
|/
* Deep Munge the parameters for GET and POSTMichael Koziarski2013-12-021-0/+15
* session#fetch doesn't behave exactly like Hash#fetch.Damien Mathieu2013-10-301-1/+5
* add the fetch method to sessionsDamien Mathieu2013-10-291-0/+13
* Use Request#raw_post instead Request#bodyPaul Nikitochkin2013-07-081-0/+7
* Cleanup ul_encoded_params_parsing_testGenadi Samokovarov2013-07-051-25/+27
* use bytesize rather than force encodingAaron Patterson2013-06-281-2/+1
* Replace multi_json with jsonErik Michaels-Ober2013-05-111-1/+1
* Fix failing AP testCarlos Antonio da Silva2013-05-011-1/+1
* UTF-8 encode all keys and values in nested params hash.Teo Hui Ming2013-03-151-1/+20
* Change from each to each_value on hash to avoid unused variable warningVipul A M2013-03-111-1/+1
* Remove XML Parser from ActionDispatchPrem Sichanugrist2013-02-201-182/+0
* Fix json params parsing regression for non-object JSON content.Dylan Smith2013-01-111-0/+7
* Remove :yaml related tests and fix other related to parsing empty arraysCarlos Antonio da Silva2013-01-081-2/+2
* * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...Aaron Patterson2013-01-082-0/+32
* Revert "Merge branch 'master-sec'"Jeremy Kemper2013-01-082-32/+0
* * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...Aaron Patterson2013-01-072-0/+32
* Alias refute methods to assert_not and perfer assert_not on testsRafael Mendonça França2012-12-311-1/+1
* Prevent raising EOFError on multipart GET request.Adam Stankiewicz2012-12-101-0/+12
* Merge pull request #7444 from szimek/params_parser_raises_parsing_errorAaron Patterson2012-09-262-2/+6
|\
| * Make ActionDispatch::ParamsParser::ParseError#original_exception return the o...Szymon Nowak2012-08-272-2/+4
| * Fix ActionDispatch::ParamsParser::ParseError message for XML and JSON parsers.Szymon Nowak2012-08-242-2/+4
| * Raise generic ParseError exception when ActionDispatch::ParamsParser fails pa...Szymon Nowak2012-08-242-2/+2
* | Add test for clear in ActionDispatch::Request::SessionAndreas Loupasakis2012-09-081-0/+9
|/
* Fix buildSantiago Pastorino2012-06-131-2/+2
* Array parameters should not contain nil values.Aaron Patterson2012-06-121-0/+4
* Merge branch 'master-sec'Aaron Patterson2012-05-311-1/+6
|\
| * Strip [nil] from parameters hash.Aaron Patterson2012-05-301-1/+6
* | Added ActionDispatch::Request::Session#keys and ActionDispatch::Request::Sess...Philip Arndt2012-05-231-0/+16
|/
* Raise ActionController::BadRequest for malformed parameter hashes.Andrew White2012-05-202-0/+22
* testing session store behaviorAaron Patterson2012-05-021-0/+48
* Remove default match without specified methodJose and Yehuda2012-04-245-7/+7
* Moved all the logger methods to active support loggerKarunakar (Ruby)2012-01-062-2/+2
* remove ActiveSupport::Base64 in favor of ::Base64Sergey Nartimov2012-01-021-4/+4
* remove checks for encodings availabilitySergey Nartimov2011-12-251-1/+1
* deprecate String#encoding_aware? and remove its usageSergey Nartimov2011-12-241-2/+0
* middlewares should use logger from envlest2011-11-252-20/+12
* Remove unreachable code, and add additional testcases.kennyj2011-11-242-0/+24
* Multipart is now fixed in Rack.José Valim2011-05-031-14/+8
* Add `ActionController::ParamsWrapper` to wrap parameters into a nested hashPrem Sichanugrist2011-05-032-0/+91
* if it walks like a duck and talks like a duck, it must be a duckAaron Patterson2010-10-041-7/+0
* Change test to avoid warnings.Emilio Tagua2010-09-281-1/+1
* undef method if already defined.Emilio Tagua2010-09-281-0/+1
* Remove deprecated stuff in ActionControllerCarlos Antonio da Silva2010-09-265-5/+5
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-055-5/+5