aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/integer.rb
Commit message (Expand)AuthorAgeFilesLines
* 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