aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/object/to_query.rb
Commit message (Expand)AuthorAgeFilesLines
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-4/+4
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Move to_param to to_query, also Improve testsAkshay Vishnoi2014-06-201-6/+58
* Do not check defined?(CGI) on every call #to_queryprintercu2014-05-131-1/+1
* Fix to_query with empty arrays tooRafael Mendonça França2014-02-061-1/+6
* Fix Hash#to_query edge case with html_safe string on 1.8 rubybrainopia2011-09-161-1/+1
* Revert "Quick fix for not escaping []s (not ideal)"Santiago Pastorino2010-11-181-2/+2
* Quick fix for not escaping []s (not ideal)Joshua Peek2009-12-021-1/+1
* Failing tests for to_param/to_query not escaping "[]"Joshua Peek2009-12-021-1/+1
* Consolidate Object#to_param and #to_query core extensionsJeremy Kemper2009-11-021-0/+27