aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/object/to_param.rb
Commit message (Expand)AuthorAgeFilesLines
* reorganizes the RDoc of Hash#to_paramXavier Noria2011-03-071-6/+14
* Improved docs for Hash#to_param methodDalibor Nasevic2011-03-061-3/+2
* Revert "Quick fix for not escaping []s (not ideal)"Santiago Pastorino2010-11-181-3/+1
* revises RDoc of Hash#to_param to be more precise about orderingXavier Noria2010-09-281-2/+2
* let Hash#to_param and Hash#to_query sort againXavier Noria2010-09-281-2/+3
* Hash#to_param is doesn't use sort anymore, some tests added for Hash#to_paramSantiago Pastorino2010-07-221-1/+1
* remove executable permission from files that don't need it. [#4802 state:reso...rohit2010-06-201-0/+0
* A small rdoc change made on lines 39 and 41 on activesupport/lib/active_suppo...jacortinas2010-05-251-2/+2
* fixes a couple of wrong requiresXavier Noria2010-01-011-1/+1
* to_param.rb needs active_support/core_ext/object/to_queryXavier Noria2010-01-011-0/+2
* 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/+47