aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/array
Commit message (Expand)AuthorAgeFilesLines
* Fix including/excluding flatteningGabriel Sobrinho2019-03-061-0/+2
* Added Array#including, Array#excluding, Enumerable#including, Enumerable#excl...David Heinemeier Hansson2019-03-051-0/+10
* Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#...Ryuta Kamizono2018-12-201-7/+4
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* Add `Array#extract!`bogdanvlviv2018-08-141-0/+44
* Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-171-9/+0
* Suppress `warning: BigDecimal.new is deprecated`Yasuo Honda2017-12-151-3/+3
* Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed moreRyuta Kamizono2017-12-121-1/+1
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-116-0/+6
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-096-0/+6
* Expectation firstAkira Matsuda2017-07-021-1/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-026-6/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-016-0/+6
* Revert "Merge pull request #25811 from oss92/to_sentence_fallback_string"Rafael Mendonça França2016-11-141-6/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Fixnum and Bignum are deprecated in Ruby trunkMatthew Draper2016-10-081-2/+2
* improve error message when include assertions failMichael Grosser2016-09-161-23/+23
* applies new string literal convention in activesupport/testXavier Noria2016-08-066-52/+52
* Added :fallback_string option to Array#to_sentenceoss922016-07-131-1/+6
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-182-5/+6
* Little perfomance fix for Array#split.lvl0nax2016-04-261-0/+8
* rename to 'second_to_last' and 'third_to_last'Brian Christian2016-02-101-2/+2
* allow Array.penultimate and Array.antepenultiate access methodsBrian Christian2016-02-091-0/+2
* Make sure Array#to_sentence always returns a StringDavid Cornu2015-03-231-0/+6
* Move Array#without from Grouping to Access concern and add dedicated test (re...David Heinemeier Hansson2015-03-021-0/+4
* Raise a descriptive error if non-positive integer passed to in_groups_of.Xavier Shay2014-07-301-0/+6
* Add missing test case for Array#to_sentence, collect all test cases for Objec...Akshay Vishnoi2014-07-291-22/+8
* Move array test files under arrayAkshay Vishnoi2014-07-296-0/+495