aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/range_ext_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in Range comparisons when comparing to excluded-end RangeOwen Stephens2019-03-281-2/+6
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-4/+4
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-3/+3
* Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed moreRyuta Kamizono2017-12-121-4/+4
* Allow `Range#include?` on TWZ rangesAndrew White2017-11-081-3/+6
* Fix `to_s(:db)` for range comprising of alphabets.Aditya Kapoor2017-10-161-0/+5
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-3/+3
* improve error message when include assertions failMichael Grosser2016-09-161-3/+3
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-7/+7
* Fix - to_s(:db) on Numeric rangeAkshay Vishnoi2015-12-291-0/+6
* Fix grouped expression warning - `warning: (...) interpreted as grouped expr...Vipul A M2014-11-061-2/+2
* Fix DateTime comparison with DateTime::Infinity objectRafael Mendonça França2014-08-061-0/+1
* missing activesupport test coverageEugene Gilburg2014-07-191-1/+6
* Fix iterating over DateTime by doing strict checking for Time objectsPrathamesh Sonpatki2014-01-111-0/+4
* Typo fixAkshay Vishnoi2013-11-291-1/+1
* Disable ability to iterate over a Range of TimeWithZoneBogdan Gusiev2013-07-191-0/+22
* Fix some typo in method names, variablesVipul A M2013-05-261-1/+1
* Squashed commit of the following:Aaron Patterson2013-05-031-26/+0
* Test to allow Range including DateTime and DateTime::Infinitygsphanikumar2013-01-141-0/+6
* Added ability to compare date/time with infinitybUg2013-01-041-0/+25
* remove useless tests for Range#stepVasiliy Ermolovich2012-05-131-10/+0
* Remove blockless_step leave all that up to RubySantiago Pastorino2012-05-131-1/+1
* Added tests for comparsion operator for RangeAlexey Gaziev2012-05-071-0/+12
* make Range#overlaps? accept Range of TimeShigeya Suzuki2012-02-091-0/+12
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
* fix a warning about grouped expressionsVijay Dev2012-01-011-1/+1
* refactor Range#include? to handle ranges with floatsSergey Nartimov2011-12-291-0/+4
* Initial pass at removing dead 1.8.x code from Active Support.José Valim2011-12-201-10/+3
* added Range#count? for Ruby 1.8Diego Carrion2011-02-191-0/+12
* Repair time dependenciesJeremy Kemper2009-11-141-1/+1
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+1
* Explicit test dependenciesJeremy Kemper2009-03-281-0/+1
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Style update for new Range extensionsJeremy Kemper2007-10-091-6/+5
* * Add Range#overlaps?(range), Range#include?(range), and Range#step without a...Michael Koziarski2007-10-081-0/+51
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-081-4/+1
* Added to_s(:db) to RangeDavid Heinemeier Hansson2005-10-091-0/+16