aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/integer/time.rb
Commit message (Expand)AuthorAgeFilesLines
* Simplify API documentation of methods that return a Durationbogdanvlviv2017-10-241-16/+5
* Make clear that Time core extensions are split between Numeric and IntegerJoão Fernandes2017-10-241-0/+2
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-2/+2
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-2/+2
* Add duration constructors for use in Numeric extensionsAndrew White2017-01-121-2/+2
* Fix inconsistent results when parsing large durations and constructing durati...Andrey Novikov2017-01-091-2/+2
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-2/+2
* Change Integer#year to return a Fixnum instead of a Float to improve consistencyKonstantinos Rousis2015-10-221-1/+1
* Remove reference to Numeric#from_now, as it is no longer supportednerdinand2015-03-231-15/+0
* 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 - active_support/core_ext/[integer|numeric...Trevor Wennblom2012-04-071-3/+3
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* Convert Integer time extension module to class reopenJeremy Kemper2009-03-281-42/+36
* Deprecated Float#years and Float#months, moved Numeric#years and Numeric#mont...Tom Lea2008-10-131-0/+45