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