index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Eilertsens Kodeknekkeri
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
/
active_support
/
core_ext
/
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
1
-1
/
+0
*
Fix bug in Range comparisons when comparing to excluded-end Range
Owen Stephens
2019-03-28
1
-12
/
+21
*
ActiveSupport module may not always already defined here
Akira Matsuda
2018-10-20
1
-29
/
+31
*
Add `ActiveSupport::CompareWithRange` to API docs
bogdanvlviv
2018-06-07
1
-1
/
+1
*
Allow Range#=== and Range#cover? on Range
utilum
2018-05-22
2
-22
/
+67
*
Allow `Range#include?` on TWZ ranges
Andrew White
2017-11-08
2
-1
/
+26
*
Fix `to_s(:db)` for range comprising of alphabets.
Aditya Kapoor
2017-10-16
1
-1
/
+7
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
4
-0
/
+4
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
4
-0
/
+4
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
4
-4
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
4
-0
/
+4
*
modernizes hash syntax in activesupport
Xavier Noria
2016-08-06
1
-1
/
+1
*
Use Module.prepend instead of alias_method for Range#to_s
Bernard Potocki
2015-12-16
1
-10
/
+7
*
Use #prepend rather than using 2 aliases
Yuki Nishijima
2015-04-14
2
-42
/
+36
*
Deprecate alias_method_chain in favour of Module#prepend
Kir Shatrov
2015-03-22
2
-8
/
+12
*
[ci skip] Update documentation for Range#to_formatted_s
Anton Davydov
2015-02-28
1
-2
/
+17
*
Fix iterating over DateTime by doing strict checking for Time objects
Prathamesh Sonpatki
2014-01-11
1
-2
/
+1
*
Disable ability to iterate over a Range of TimeWithZone
Bogdan Gusiev
2013-07-19
1
-0
/
+24
*
Fixes NoMethodError: `alias_method_chain` when requiring just active_support/...
Andy Lindeman
2013-05-12
1
-0
/
+2
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-05-15
1
-2
/
+0
|
\
|
*
removing unnecessary 'examples' noise from activesupport
Francesco Rodriguez
2012-05-13
1
-2
/
+0
*
|
Remove blockless_step leave all that up to Ruby
Santiago Pastorino
2012-05-13
1
-13
/
+0
|
/
*
String quotes and trailing spaces
Alexey Gaziev
2012-04-29
1
-1
/
+1
*
make Range#overlaps? accept Range of Time
Shigeya Suzuki
2012-02-09
1
-1
/
+1
*
adds a comments that clarifies why Range#include? chooses the comparison oper...
Xavier Noria
2011-12-30
1
-0
/
+1
*
refactor Range#include? to handle ranges with floats
Sergey Nartimov
2011-12-29
1
-1
/
+2
*
refactor Range#include? for range value
Vasiliy Ermolovich
2011-12-26
1
-3
/
+1
*
remove useless 1.8 ruby code from Range#step, because Range#step without bloc...
Vasiliy Ermolovich
2011-12-25
1
-21
/
+5
*
Initial pass at removing dead 1.8.x code from Active Support.
José Valim
2011-12-20
1
-3
/
+0
*
to_formatted_s is an instance method for a Range not an Array
Ayrton De Craene
2011-10-04
1
-1
/
+1
*
added Range#count? for Ruby 1.8
Diego Carrion
2011-02-19
1
-0
/
+3
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-1
/
+1
*
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-11
1
-1
/
+1
*
Fix dependencies revealed by testing in isolation
Jeremy Kemper
2009-04-22
1
-0
/
+2
*
Feature detection for Range#step extension
Jeremy Kemper
2009-03-29
1
-7
/
+10
*
Convert Range step and include extension modules to class reopen
Jeremy Kemper
2009-03-29
2
-55
/
+38
*
Convert Range conversions extension module to class reopen
Jeremy Kemper
2009-03-28
1
-23
/
+17
*
Convert Range extension module to a class reopen
Jeremy Kemper
2009-03-21
1
-13
/
+6
*
Merge docrails
Pratik Naik
2009-01-18
1
-1
/
+1
*
Reinstate Range#step default argument.
Bradford Folkens
2008-08-27
1
-2
/
+2
*
Merge documentation changes from docrails.
Pratik Naik
2008-05-16
1
-3
/
+2
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
2
-0
/
+11
*
Improve documentation.
Pratik Naik
2008-03-26
1
-1
/
+6
*
Ruby 1.9: use enumerator for blockless Range#step
Jeremy Kemper
2007-12-21
1
-6
/
+16
*
Ruby 1.9 compat: prefer builtin String#starts_ and ends_with? if available [c...
Jeremy Kemper
2007-12-15
1
-3
/
+3
*
Style update for new Range extensions
Jeremy Kemper
2007-10-09
3
-23
/
+16
*
* Add Range#overlaps?(range), Range#include?(range), and Range#step without a...
Michael Koziarski
2007-10-08
3
-0
/
+63
*
Some 1.9 forward compatibility
Jeremy Kemper
2007-09-14
1
-6
/
+8
*
Added to_s(:db) to Range
David Heinemeier Hansson
2005-10-09
1
-0
/
+21