aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/object/to_query_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix obsoleted method URI.unescape in activesupport/testVitor Oliveira2018-08-151-1/+1
* e4e1b62 broke `to_param` handling:Edouard CHIN2018-07-121-0/+14
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* 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
* Add three new rubocop rulesRafael Mendonça França2016-08-161-4/+4
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-5/+5
* modernizes hash syntax in activesupportXavier Noria2016-08-061-5/+5
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-27/+27
* Merge pull request #15629 from akshay-vishnoi/test-to_paramRafael Mendonça França2014-07-281-0/+10
|\
| * Move to_param to to_query, also Improve testsAkshay Vishnoi2014-06-201-0/+10
* | missing activesupport test coverageEugene Gilburg2014-07-191-0/+4
|/
* [Fixes #14948] Hash#to_query: Changed a way how empty hash and empty array ar...Bogdan Gusiev2014-05-031-3/+5
* Fix to_query with empty arrays tooRafael Mendonça França2014-02-061-0/+2
* Refatoring the method to avoid shot-circuit returnRafael Mendonça França2014-02-051-0/+2
* Test with a blank valueRafael Mendonça França2014-02-051-2/+2
* Move test to the right fileRafael Mendonça França2014-02-051-0/+9
* remove unused parameter passed to assert_query_equal methodVipul A M2013-03-171-1/+1
* Remove .rb from require sentencesJosé Corcuera Z2012-09-211-1/+1
* remove usages of AS::OrderedHashVishnu Atrai2012-03-031-2/+2
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
* Fix Hash#to_query edge case with html_safe string on 1.8 rubybrainopia2011-09-161-0/+9
* Revert "Quick fix for not escaping []s (not ideal)"Santiago Pastorino2010-11-181-4/+4
* These tests are trusting in the order of the elements so use OrderedHash inst...Santiago Pastorino2010-07-211-2/+3
* Failing tests for to_param/to_query not escaping "[]"Joshua Peek2009-12-021-4/+4
* Consolidate Object#to_param and #to_query core extensionsJeremy Kemper2009-11-021-0/+43