aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/object/to_query_test.rb
Commit message (Expand)AuthorAgeFilesLines
* remove unused parameter passed to assert_query_equal methodVipul A M2013-03-171-1/+1
* Remove .rb from require sentencesJoseĢ 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