aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/integer.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-3/+3
* [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-3/+3
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-3/+3
* Move Integer#positive? and Integer#negative? query methods to Numeric classMehmet Emin İNAÇ2015-05-131-1/+0
* Add Integer#positive? and Integer#negative? query methods in the vein of Fixn...David Heinemeier Hansson2015-05-131-0/+1
* Integer#even? and Integer#odd? are not needed for Ruby >= 1.8.7Xavier Noria2009-11-091-1/+1
* Convert Integer time extension module to class reopenJeremy Kemper2009-03-281-3/+1
* Convert integer extension modules to class reopensJeremy Kemper2009-03-211-1/+4
* * Introduce ActiveSupport.core_ext Integer, %w(conversions time etc)Jeremy Kemper2009-03-211-9/+2
* Deprecated Float#years and Float#months, moved Numeric#years and Numeric#mont...Tom Lea2008-10-131-0/+2
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-2/+2
* Factor Fixnum and Bignum extensions into Integer classNicholas Seckar2005-07-191-0/+7