aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/range
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Fix bug in Range comparisons when comparing to excluded-end RangeOwen Stephens2019-03-281-12/+21
* ActiveSupport module may not always already defined hereAkira Matsuda2018-10-201-29/+31
* Add `ActiveSupport::CompareWithRange` to API docsbogdanvlviv2018-06-071-1/+1
* Allow Range#=== and Range#cover? on Rangeutilum2018-05-222-22/+67
* Allow `Range#include?` on TWZ rangesAndrew White2017-11-082-1/+26
* Fix `to_s(:db)` for range comprising of alphabets.Aditya Kapoor2017-10-161-1/+7
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-114-0/+4
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-094-0/+4
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-024-4/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-014-0/+4
* modernizes hash syntax in activesupportXavier Noria2016-08-061-1/+1
* Use Module.prepend instead of alias_method for Range#to_sBernard Potocki2015-12-161-10/+7
* Use #prepend rather than using 2 aliasesYuki Nishijima2015-04-142-42/+36
* Deprecate alias_method_chain in favour of Module#prependKir Shatrov2015-03-222-8/+12
* [ci skip] Update documentation for Range#to_formatted_sAnton Davydov2015-02-281-2/+17
* Fix iterating over DateTime by doing strict checking for Time objectsPrathamesh Sonpatki2014-01-111-2/+1
* Disable ability to iterate over a Range of TimeWithZoneBogdan Gusiev2013-07-191-0/+24
* Fixes NoMethodError: `alias_method_chain` when requiring just active_support/...Andy Lindeman2013-05-121-0/+2
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-151-2/+0
|\
| * removing unnecessary 'examples' noise from activesupportFrancesco Rodriguez2012-05-131-2/+0
* | Remove blockless_step leave all that up to RubySantiago Pastorino2012-05-131-13/+0
|/
* String quotes and trailing spacesAlexey Gaziev2012-04-291-1/+1
* 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