aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/array/grouping_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-171-9/+0
* Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed moreRyuta Kamizono2017-12-121-1/+1
* [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-1/+1
* Fixnum and Bignum are deprecated in Ruby trunkMatthew Draper2016-10-081-2/+2
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-10/+10
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-2/+3
* Little perfomance fix for Array#split.lvl0nax2016-04-261-0/+8
* Raise a descriptive error if non-positive integer passed to in_groups_of.Xavier Shay2014-07-301-0/+6
* Move array test files under arrayAkshay Vishnoi2014-07-291-0/+120