aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/request
Commit message (Expand)AuthorAgeFilesLines
* Push `before_sending` to super classeileencodes2015-12-061-1/+1
* Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-031-2/+2
* Merge pull request #21251 from rodzyn/more_param_parser_testsSean Griffin2015-10-301-0/+14
|\
| * Add test for parsing application/vnd.api+jsonMarcin Olichwirowicz2015-08-211-0/+14
* | implement abstract store methodsAaron Patterson2015-09-041-1/+1
* | use a request object in the session middlewareAaron Patterson2015-08-221-19/+21
|/
* point at rack masterAaron Patterson2015-08-201-1/+1
* Add failing spec on utf8 filename with percent characterKohei Suzuki2015-08-041-0/+11
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-1/+1
* Make AC::Parameters not inherited from HashPrem Sichanugrist2015-07-151-1/+1
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* Consistent usage of spaces in hashes across our codebaseRafael Mendonça França2015-01-293-3/+3
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-294-16/+15
* Don't convert empty arrays to nils when deep munging paramsChris Sinjakli2014-12-152-4/+4
* Merge pull request #13999 from jamox/update_rackAaron Patterson2014-07-081-1/+5
|\
| * Upgraded rackJarmo Isotalo2014-05-191-1/+5
* | Avoid hardcoded value in test setup/teardown.Zuhao Wan2014-06-051-1/+2
* | Merge pull request #15349 from tgxworld/remove_duplicated_method_callRafael Mendonça França2014-06-031-4/+1
|\ \
| * | Remove duplicated HashWithIndifferentAccess#with_indifferent_access.Guo Xiang Tan2014-05-261-4/+1
| |/
* / 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