aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/request
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix several known web encoding issues:wycats2010-06-271-0/+23
* Upgrade to Rack 1.2.1Jeremy Kemper2010-06-271-8/+14
* Ruby 1.9: fix invalid rack response in testJeremy Kemper2010-05-151-1/+1
* Fix parsing xml input by ActionDispatch::ParamsParserLawrence Pit2010-05-061-0/+13
* Disable ShowExceptions during integration testsJoshua Peek2010-01-192-2/+2
* Use new routing dsl in testsJoshua Peek2009-12-081-1/+1
* Ruby 1.9: resolve constant lookup issuesJeremy Kemper2009-11-044-6/+6
* Start rewriting some internal tests to use the new routing dslJoshua Peek2009-10-204-4/+4
* Add custom "with_routing" to internal tests to fix reseting session after usingJoshua Peek2009-10-035-5/+0
* Reset session in integration tests after changing routes to reload the middle...Joshua Peek2009-08-275-0/+5
* Adding a call to logger from params_parser to give detailed debug information...Jay Pignata2009-08-152-5/+40
* Remove legacy processing and content_lengthYehuda Katz2009-08-021-2/+0
* Can't please them allJeremy Kemper2009-04-271-2/+1
* Sufficient to test that multipart/mixed wasn't parsed to a hashJeremy Kemper2009-04-271-1/+1
* Remove RewindableInput middleware since all input MUST be rewindable accordin...Joshua Peek2009-04-252-99/+0