aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/request/url_encoded_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-2/+2
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-3/+3
* Deprecate :controller and :action path parametersAndrew White2016-03-011-1/+3
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-2/+2
* Remove duplicated HashWithIndifferentAccess#with_indifferent_access.Guo Xiang Tan2014-05-261-4/+1
* Cleanup ul_encoded_params_parsing_testGenadi Samokovarov2013-07-051-25/+27
* Change from each to each_value on hash to avoid unused variable warningVipul A M2013-03-111-1/+1
* Raise ActionController::BadRequest for malformed parameter hashes.Andrew White2012-05-201-0/+11
* Remove default match without specified methodJose and Yehuda2012-04-241-1/+1
* deprecate String#encoding_aware? and remove its usageSergey Nartimov2011-12-241-2/+0
* 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
* Fix several known web encoding issues:wycats2010-06-271-0/+23
* 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
* Remove RewindableInput middleware since all input MUST be rewindable accordin...Joshua Peek2009-04-251-38/+0
* 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-36/+0
* Move dispatch related tests into test/dispatchJoshua Peek2009-01-281-0/+220