Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only rescue a thrown NoMethodError, don't preemptively check for #include?; a... | Jared McFarland | 2011-04-15 | 1 | -0/+4 |
* | Remove `#among?` from Active Support | Prem Sichanugrist | 2011-04-13 | 1 | -6/+0 |
* | Update test name to the corresponding method name | Sebastian Martinez | 2011-04-12 | 1 | -1/+1 |
* | Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg... | David Heinemeier Hansson | 2011-04-12 | 1 | -3/+3 |
* | Add support for Object#in? and Object#either? in Active Support [#6321 state:... | Prem Sichanugrist, Brian Morearty, John Reitano | 2011-04-11 | 1 | -0/+52 |
* | Revert "Quick fix for not escaping []s (not ideal)" | Santiago Pastorino | 2010-11-18 | 1 | -4/+4 |
* | These tests are trusting in the order of the elements so use OrderedHash inst... | Santiago Pastorino | 2010-07-21 | 1 | -2/+3 |
* | Failing tests for to_param/to_query not escaping "[]" | Joshua Peek | 2009-12-02 | 1 | -4/+4 |
* | Consolidate Object#to_param and #to_query core extensions | Jeremy Kemper | 2009-11-02 | 2 | -0/+62 |