aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/duration.rb
Commit message (Expand)AuthorAgeFilesLines
* Added test coverage for Inflector.inflections.clear. Closes #7179. [Rich Col...Rick Olson2007-01-231-1/+1
* change Duration to use the new Object#acts_like? helper to do duck typingJamis Buck2007-01-151-2/+2
* Make sure Duration uses duck-typing instead of explicit classes, so apps can ...Jamis Buck2007-01-151-3/+4
* Make 1.months and friends accurate by introducing a Duration class. #6835 [e...Michael Koziarski2007-01-151-0/+88