aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/request/multipart_params_parsing_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-1/+1
* Remove mona lisa image from the testsRafael Mendonça França2016-10-251-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-4/+4
* modernizes hash syntax in actionpackXavier Noria2016-08-061-2/+2
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-55/+55
* Deprecate :controller and :action path parametersAndrew White2016-03-011-2/+6
* 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
* 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-291-1/+1
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-7/+7
* Merge pull request #13999 from jamox/update_rackAaron Patterson2014-07-081-1/+5
|\
| * Upgraded rackJarmo Isotalo2014-05-191-1/+5
* | Routes specifying 'to:' must be a string that contains a "#" or a rackAaron Patterson2014-06-031-2/+2
|/
* use bytesize rather than force encodingAaron Patterson2013-06-281-2/+1
* UTF-8 encode all keys and values in nested params hash.Teo Hui Ming2013-03-151-1/+20
* Prevent raising EOFError on multipart GET request.Adam Stankiewicz2012-12-101-0/+12
* Remove default match without specified methodJose and Yehuda2012-04-241-1/+1
* remove checks for encodings availabilitySergey Nartimov2011-12-251-1/+1
* Multipart is now fixed in Rack.José Valim2011-05-031-14/+8
* 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
* 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
* Upgrade to Rack 1.2.1Jeremy Kemper2010-06-271-8/+14
* Use new routing dsl in testsJoshua Peek2009-12-081-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
* 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-251-61/+0
* Remove vendored version of RackJoshua Peek2009-04-251-1/+1
* Always buffer rack.input if it is not rewindableMislav Marohnić2009-04-171-0/+1
* Improve rewindable input test coverage so tests fail when you remove the midd...Mislav Marohnić2009-04-171-2/+1
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-1/+1
* Move dispatch related tests into test/dispatchJoshua Peek2009-01-281-0/+223