index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
test
/
core_ext
/
array
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix including/excluding flattening
Gabriel Sobrinho
2019-03-06
1
-0
/
+2
*
Added Array#including, Array#excluding, Enumerable#including, Enumerable#excl...
David Heinemeier Hansson
2019-03-05
1
-0
/
+10
*
Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#...
Ryuta Kamizono
2018-12-20
1
-7
/
+4
*
Change the empty block style to have space inside of the block
Rafael Mendonça França
2018-09-25
1
-1
/
+1
*
Add `Array#extract!`
bogdanvlviv
2018-08-14
1
-0
/
+44
*
Rails 6 requires Ruby 2.4.1+
Jeremy Daer
2018-02-17
1
-9
/
+0
*
Suppress `warning: BigDecimal.new is deprecated`
Yasuo Honda
2017-12-15
1
-3
/
+3
*
Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed more
Ryuta Kamizono
2017-12-12
1
-1
/
+1
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
6
-0
/
+6
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
6
-0
/
+6
*
Expectation first
Akira Matsuda
2017-07-02
1
-1
/
+1
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
6
-6
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
6
-0
/
+6
*
Revert "Merge pull request #25811 from oss92/to_sentence_fallback_string"
Rafael Mendonça França
2016-11-14
1
-6
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
Fixnum and Bignum are deprecated in Ruby trunk
Matthew Draper
2016-10-08
1
-2
/
+2
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-23
/
+23
*
applies new string literal convention in activesupport/test
Xavier Noria
2016-08-06
6
-52
/
+52
*
Added :fallback_string option to Array#to_sentence
oss92
2016-07-13
1
-1
/
+6
*
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
2
-5
/
+6
*
Little perfomance fix for Array#split.
lvl0nax
2016-04-26
1
-0
/
+8
*
rename to 'second_to_last' and 'third_to_last'
Brian Christian
2016-02-10
1
-2
/
+2
*
allow Array.penultimate and Array.antepenultiate access methods
Brian Christian
2016-02-09
1
-0
/
+2
*
Make sure Array#to_sentence always returns a String
David Cornu
2015-03-23
1
-0
/
+6
*
Move Array#without from Grouping to Access concern and add dedicated test (re...
David Heinemeier Hansson
2015-03-02
1
-0
/
+4
*
Raise a descriptive error if non-positive integer passed to in_groups_of.
Xavier Shay
2014-07-30
1
-0
/
+6
*
Add missing test case for Array#to_sentence, collect all test cases for Objec...
Akshay Vishnoi
2014-07-29
1
-22
/
+8
*
Move array test files under array
Akshay Vishnoi
2014-07-29
6
-0
/
+495