aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/array
Commit message (Expand)AuthorAgeFilesLines
* Tweaks CHANGELOGs and docs [ci skip]Ryuta Kamizono2019-03-311-4/+4
* Fix including/excluding flatteningGabriel Sobrinho2019-03-061-6/+6
* Added Array#including, Array#excluding, Enumerable#including, Enumerable#excl...David Heinemeier Hansson2019-03-051-4/+16
* Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#...Ryuta Kamizono2018-12-201-6/+2
* Refactor `Array#extract!`bogdanvlviv2018-08-141-7/+7
* Add `Array#extract!`bogdanvlviv2018-08-141-0/+21
* Update incorrect backtick usage in RDoc to teletypeT.J. Schuck2017-11-221-2/+2
* [Active Support] require_relative => requireAkira Matsuda2017-10-212-7/+7
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-117-0/+7
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-097-0/+7
* [Active Support] require => require_relativeAkira Matsuda2017-07-012-7/+7
* Prevent aliases Array#append and Array#prependbogdanvlviv2017-04-021-2/+2
* add missing comment out [ci skip]bogdanvlviv2017-01-201-1/+1
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* Revert "Merge pull request #25811 from oss92/to_sentence_fallback_string"Rafael Mendonça França2016-11-141-8/+2
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
* modernizes hash syntax in activesupportXavier Noria2016-08-061-3/+3
* applies new string literal convention in activesupport/libXavier Noria2016-08-062-15/+15
* Added :fallback_string option to Array#to_sentenceoss922016-07-131-2/+8
* Array#split refactoring for case with blocklvl0nax2016-05-061-11/+6
* Little perfomance fix for Array#split.lvl0nax2016-04-261-10/+6
* rename to 'second_to_last' and 'third_to_last'Brian Christian2016-02-101-4/+4
* allow Array.penultimate and Array.antepenultiate access methodsBrian Christian2016-02-091-0/+14
* Added Examples in docs for internal behavior of Array#to_formatted_s [ci skip]Ronak Jangir2015-09-191-1/+3
* Correct ArgumentError message in ActiveSupport conversions docs [ci skip]amitkumarsuroliya2015-09-181-1/+1
* Merge pull request #19814 from y-yagi/array_inquiryRafael Mendonça França2015-04-191-0/+2
|\
| * add missing require for ArrayInquireryuuji.yaginuma2015-04-191-0/+2
* | Merge pull request #19799 from yui-knk/fix/wrap_doc2Arthur Nogueira Neves2015-04-191-3/+4
|\ \ | |/ |/|
| * [ci skip] Fix docs and guide about 'Array.wrap'yui-knk2015-04-191-3/+4
* | [ci skip] Replace `list` with `array`yui-knk2015-04-181-1/+1
|/
* Revert "Remove Array#inquiry"Rafael Mendonça França2015-03-301-0/+15
* Remove Array#inquiryRafael Mendonça França2015-03-271-15/+0
* Add ActiveSupport::ArrayInquirer and Array#inquiryGeorge Claghorn2015-03-241-0/+15
* Make sure Array#to_sentence always returns a StringDavid Cornu2015-03-231-1/+1
* Move Array#without from Grouping to Access concern and add dedicated test (re...David Heinemeier Hansson2015-03-022-12/+12
* Add Enumerable#withoutTodd Bealmear2015-03-011-0/+12
* A little performance improvement using 'take' method over 'first'Santosh Wadghule2015-01-161-1/+1
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Avoid creating range objects (take II)Akira Matsuda2014-10-251-1/+5
* Raise a descriptive error if non-positive integer passed to in_groups_of.Xavier Shay2014-07-301-0/+5
* Revert "remove unnecssary require of `to_param`, as `to_query` is already req...Rafael Mendonça França2014-06-111-0/+1
* remove unnecssary require of `to_param`, as `to_query` is already require `to...Kuldeep Aggarwal2014-06-121-1/+0
* Merge pull request #15276 from kuldeepaggarwal/fix-array-toRafael Mendonça França2014-05-231-1/+3
|\
| * revert 96525d63Kuldeep Aggarwal2014-05-231-1/+3
* | add test cases for negative position in Array#fromKuldeep Aggarwal2014-05-231-0/+2
|/
* Typo fixes [ci skip]Akshay Vishnoi2013-11-301-2/+2
* Merge pull request #12842 from kuldeepaggarwal/array_splitGuillermo Iguaran2013-11-111-3/+3
|\
| * Speed up Array#splitKD2013-11-111-3/+3
* | Merge pull request #12841 from kuldeepaggarwal/in-group-documentationYves Senn2013-11-101-1/+1
|\ \ | |/ |/|
| * Array#in_groups: documentation updatedKD2013-11-111-1/+1