Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce BasicObject as Builder::BlankSlate for Ruby 1.9 forward compatibility. | Jeremy Kemper | 2007-10-07 | 1 | -2/+2 |
* | Add Date#since, ago, beginning_of_day, and end_of_day. Date + seconds works n... | Jeremy Kemper | 2007-06-04 | 1 | -4/+1 |
* | Time durations use since instead of + for accuracy. Closes #8513. | Jeremy Kemper | 2007-05-30 | 1 | -1/+1 |
* | Added test coverage for Inflector.inflections.clear. Closes #7179. [Rich Col... | Rick Olson | 2007-01-23 | 1 | -1/+1 |
* | change Duration to use the new Object#acts_like? helper to do duck typing | Jamis Buck | 2007-01-15 | 1 | -2/+2 |
* | Make sure Duration uses duck-typing instead of explicit classes, so apps can ... | Jamis Buck | 2007-01-15 | 1 | -3/+4 |
* | Make 1.months and friends accurate by introducing a Duration class. #6835 [e... | Michael Koziarski | 2007-01-15 | 1 | -0/+88 |