aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/request/query_string_parsing_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* Add three new rubocop rulesRafael Mendonça França2016-08-161-29/+29
* modernizes hash syntax in actionpackXavier Noria2016-08-061-2/+2
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-16/+16
* Deprecate :controller and :action path parametersAndrew White2016-03-011-2/+6
* 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-3/+2
* Don't convert empty arrays to nils when deep munging paramsChris Sinjakli2014-12-151-2/+2
* Avoid hardcoded value in test setup/teardown.Zuhao Wan2014-06-051-1/+2
* Add configuration option to optionally disable deep_mungeBernard Potocki2013-12-051-0/+15
* Deep Munge the parameters for GET and POSTMichael Koziarski2013-12-021-0/+15
* Remove :yaml related tests and fix other related to parsing empty arraysCarlos Antonio da Silva2013-01-081-2/+2
* Fix buildSantiago Pastorino2012-06-131-2/+2
* Array parameters should not contain nil values.Aaron Patterson2012-06-121-0/+4
* Strip [nil] from parameters hash.Aaron Patterson2012-05-301-1/+6
* 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
* 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
* Ruby 1.9: resolve constant lookup issuesJeremy Kemper2009-11-041-2/+2
* 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
* Move dispatch related tests into test/dispatchJoshua Peek2009-01-281-0/+120