aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/range.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow Range#=== and Range#cover? on Rangeutilum2018-05-221-1/+1
* Allow `Range#include?` on TWZ rangesAndrew White2017-11-081-0/+1
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-4/+4
* [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-4/+4
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-4/+4
* Disable ability to iterate over a Range of TimeWithZoneBogdan Gusiev2013-07-191-0/+1
* Remove blockless_step leave all that up to RubySantiago Pastorino2012-05-131-1/+0
* Initial pass at removing dead 1.8.x code from Active Support.José Valim2011-12-201-1/+0
* added Range#count? for Ruby 1.8Diego Carrion2011-02-191-0/+1
* Convert Range step and include extension modules to class reopenJeremy Kemper2009-03-291-3/+2
* Convert Range conversions extension module to class reopenJeremy Kemper2009-03-281-1/+2
* Convert Range extension module to a class reopenJeremy Kemper2009-03-211-1/+3
* * Introduce ActiveSupport.core_ext Integer, %w(conversions time etc)Jeremy Kemper2009-03-211-11/+2
* Style update for new Range extensionsJeremy Kemper2007-10-091-3/+3
* * Add Range#overlaps?(range), Range#include?(range), and Range#step without a...Michael Koziarski2007-10-081-0/+6
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-1/+1
* Added to_s(:db) to RangeDavid Heinemeier Hansson2005-10-091-0/+5