aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/range/conversions.rb
Commit message (Expand)AuthorAgeFilesLines
* ActiveSupport module may not always already defined hereAkira Matsuda2018-10-201-29/+31
* 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-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
* 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
* [ci skip] Update documentation for Range#to_formatted_sAnton Davydov2015-02-281-2/+17
* removing unnecessary 'examples' noise from activesupportFrancesco Rodriguez2012-05-131-2/+0
* to_formatted_s is an instance method for a Range not an ArrayAyrton De Craene2011-10-041-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Convert Range conversions extension module to class reopenJeremy Kemper2009-03-281-23/+17
* Merge docrailsPratik Naik2009-01-181-1/+1
* Merge documentation changes from docrails.Pratik Naik2008-05-161-3/+2
* Improve documentation.Pratik Naik2008-03-261-1/+6
* Ruby 1.9 compat: prefer builtin String#starts_ and ends_with? if available [c...Jeremy Kemper2007-12-151-3/+3
* Some 1.9 forward compatibilityJeremy Kemper2007-09-141-6/+8
* Added to_s(:db) to RangeDavid Heinemeier Hansson2005-10-091-0/+21