aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/object
Commit message (Expand)AuthorAgeFilesLines
...
* Only rescue a thrown NoMethodError, don't preemptively check for #include?; a...Jared McFarland2011-04-151-0/+4
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-6/+0
* Update test name to the corresponding method nameSebastian Martinez2011-04-121-1/+1
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-3/+3
* Add support for Object#in? and Object#either? in Active Support [#6321 state:...Prem Sichanugrist, Brian Morearty, John Reitano2011-04-111-0/+52
* 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-022-0/+62