| Commit message (Expand) | Author | Age | Files | Lines |
* | blank? and present? commit to return singletons [Xavier Noria & Pavel Pravosud] | Xavier Noria | 2013-12-28 | 1 | -7/+11 |
* | Remove not necessary file, move constants to the file they are used | Carlos Antonio da Silva | 2013-12-11 | 1 | -0/+8 |
* | use AS::TestCase as the base class | Aaron Patterson | 2012-01-05 | 1 | -1/+1 |
* | need magic comments | Akira Matsuda | 2011-07-14 | 1 | -0/+2 |
* | treat fullwidth whitespace as a blank character | Akira Matsuda | 2011-07-14 | 1 | -1/+1 |
* | avoid method redefined; discarding old empty? warning [#4302 state:committed] | Santiago Pastorino | 2010-03-30 | 1 | -8/+0 |
* | Added Object#presence that returns the object if it's #present? otherwise ret... | David Heinemeier Hansson | 2009-12-27 | 1 | -2/+7 |
* | Fix dependencies revealed by testing in isolation | Jeremy Kemper | 2009-04-22 | 1 | -0/+1 |
* | Added Object#present? which is equivalent to !Object#blank? [DHH] | David Heinemeier Hansson | 2008-06-12 | 1 | -0/+5 |
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -1/+1 |
* | Speedup String#blank? and remove some overspecified tests. | Jeremy Kemper | 2007-11-14 | 1 | -39/+4 |
* | Improve tests (closes #7166) [zackchandler] | David Heinemeier Hansson | 2007-09-22 | 1 | -2/+33 |
* | Improve various test coverage. Closes #8676 [kamal] | Jeremy Kemper | 2007-06-25 | 1 | -0/+12 |
* | r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 | Jeremy Kemper | 2006-07-08 | 1 | -3/+1 |
* | Added reusable reloading support through the inclusion of the Relodable modul... | David Heinemeier Hansson | 2006-01-29 | 1 | -1/+1 |
* | Changed 0.blank? to false rather than true since it violates everyone's expec... | Jeremy Kemper | 2005-11-02 | 1 | -0/+13 |