aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/range
Commit message (Expand)AuthorAgeFilesLines
* make Range#overlaps? accept Range of TimeShigeya Suzuki2012-02-091-1/+1
* adds a comments that clarifies why Range#include? chooses the comparison oper...Xavier Noria2011-12-301-0/+1
* refactor Range#include? to handle ranges with floatsSergey Nartimov2011-12-291-1/+2
* refactor Range#include? for range valueVasiliy Ermolovich2011-12-261-3/+1
* remove useless 1.8 ruby code from Range#step, because Range#step without bloc...Vasiliy Ermolovich2011-12-251-21/+5
* Initial pass at removing dead 1.8.x code from Active Support.José Valim2011-12-201-3/+0
* to_formatted_s is an instance method for a Range not an ArrayAyrton De Craene2011-10-041-1/+1
* added Range#count? for Ruby 1.8Diego Carrion2011-02-191-0/+3
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-1/+1
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+2
* Feature detection for Range#step extensionJeremy Kemper2009-03-291-7/+10
* Convert Range step and include extension modules to class reopenJeremy Kemper2009-03-292-55/+38
* Convert Range conversions extension module to class reopenJeremy Kemper2009-03-281-23/+17
* Convert Range extension module to a class reopenJeremy Kemper2009-03-211-13/+6
* Merge docrailsPratik Naik2009-01-181-1/+1
* Reinstate Range#step default argument.Bradford Folkens2008-08-271-2/+2
* Merge documentation changes from docrails.Pratik Naik2008-05-161-3/+2
* Improve documentation coverage and markupXavier Noria2008-05-022-0/+11
* Improve documentation.Pratik Naik2008-03-261-1/+6
* Ruby 1.9: use enumerator for blockless Range#stepJeremy Kemper2007-12-211-6/+16
* Ruby 1.9 compat: prefer builtin String#starts_ and ends_with? if available [c...Jeremy Kemper2007-12-151-3/+3
* Style update for new Range extensionsJeremy Kemper2007-10-093-23/+16
* * Add Range#overlaps?(range), Range#include?(range), and Range#step without a...Michael Koziarski2007-10-083-0/+63
* Some 1.9 forward compatibilityJeremy Kemper2007-09-141-6/+8
* Added to_s(:db) to RangeDavid Heinemeier Hansson2005-10-091-0/+21