aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/integer
Commit message (Expand)AuthorAgeFilesLines
* Faster multiple_of? methodrigani2018-09-121-1/+1
* 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-212-3/+3
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-113-0/+3
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-093-0/+3
* [Active Support] require => require_relativeAkira Matsuda2017-07-012-3/+3
* 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-062-3/+3
* Change Integer#year to return a Fixnum instead of a Float to improve consistencyKonstantinos Rousis2015-10-221-1/+1
* Move Integer#positive? and Integer#negative? query methods to Numeric classMehmet Emin İNAÇ2015-05-131-19/+0
* Minor comment fix. [ci skip]Zoltan Kiss2015-05-131-4/+4
* Add Integer#positive? and Integer#negative? query methods in the vein of Fixn...David Heinemeier Hansson2015-05-131-0/+19
* Remove reference to Numeric#from_now, as it is no longer supportednerdinand2015-03-231-15/+0
* updated documentation for IntegerKuldeep Aggarwal2013-11-121-3/+3
* Add missing requires to core_ext/integer/timePablo Torres2012-12-161-0/+3
* update AS/core_ext docs [ci skip]Francesco Rodriguez2012-09-122-11/+11
* fix incorrect example [ci skip]Vijay Dev2012-05-121-1/+1
* added examples to Integer#multiple_of?Francesco Rodriguez2012-05-111-0/+4
* update stdlib doc urls in comments - active_support/core_ext/[integer|numeric...Trevor Wennblom2012-04-071-3/+3
* Add ActiveSupport::Inflector.ordinal and Integer#ordinalTim Gildea2012-02-041-0/+14
* included examples for negative ordinalizeVijay Dev2011-05-081-4/+7
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* Let Integer#multiple_of? accept zero as argumentXavier Noria2010-01-021-1/+1
* Integer#even? and Integer#odd? are not needed for Ruby >= 1.8.7Xavier Noria2009-11-092-16/+6
* Prefer behavior check to RUBY_VERSION to catch 1.8 backportsJeremy Kemper2009-04-291-2/+2
* Convert Integer time extension module to class reopenJeremy Kemper2009-03-281-42/+36
* Fix dangling Inflector referenceJeremy Kemper2009-03-211-1/+1
* Convert integer extension modules to class reopensJeremy Kemper2009-03-212-42/+23
* Deprecated Float#years and Float#months, moved Numeric#years and Numeric#mont...Tom Lea2008-10-131-0/+45
* Merge docrails.Pratik Naik2008-05-251-4/+8
* Improve documentation.Pratik Naik2008-04-052-5/+1
* Improve documentation.Pratik Naik2008-03-262-6/+10
* Ruby 1.9 compat: prefer builtin String#starts_ and ends_with? if available [c...Jeremy Kemper2007-12-151-4/+4
* Document Inflector.ordinalize and merge docs from String inflections. Closes ...Jeremy Kemper2007-01-141-4/+10
* r3215@asus: jeremy | 2005-11-20 02:05:56 -0800Jeremy Kemper2005-11-211-1/+1
* Factor Fixnum and Bignum extensions into Integer classNicholas Seckar2005-07-192-0/+39