aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/integer/time.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add missing requires to core_ext/integer/timePablo Torres2012-12-161-0/+3
|
* update AS/core_ext docs [ci skip]Francesco Rodriguez2012-09-121-9/+11
|
* update stdlib doc urls in comments - ↵Trevor Wennblom2012-04-071-3/+3
| | | | | | active_support/core_ext/[integer|numeric]/time.rb http://stdlib.rubyonrails.org/ last updated in 2005
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-2/+2
| | | | 's/[ \t]*$//' -i {} \;)
* Convert Integer time extension module to class reopenJeremy Kemper2009-03-281-42/+36
|
* Deprecated Float#years and Float#months, moved Numeric#years and ↵Tom Lea2008-10-131-0/+45
Numeric#months into Integer.