aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/enumerable.rb
Commit message (Expand)AuthorAgeFilesLines
* Add compact_blank shortcut for reject(&:blank?)Dana Sherson2019-06-051-0/+46
* Fix including/excluding flatteningGabriel Sobrinho2019-03-061-1/+1
* Added Array#including, Array#excluding, Enumerable#including, Enumerable#excl...David Heinemeier Hansson2019-03-051-4/+24
* Don't expose `Enumerable#_original_sum_with_required_identity` which is inter...yuuji.yaginuma2018-06-041-1/+5
* Add Enumerable#index_with.Kasper Timm Hansen2018-05-211-1/+25
* Don't doc _original_sum_with_required_identityChris Arcand2018-04-121-1/+1
* Remove native `Array#sum` and `Enumerable#sum` detection (#32102)Ryuta Kamizono2018-02-261-63/+44
* [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 commaJon Moss2017-04-201-1/+1
* Fix Enumerable#sum redefined warningFumiaki MATSUSHIMA2017-04-181-23/+45
* add missing comment out [ci skip]yuuji.yaginuma2017-01-201-7/+7
* Refining Array#sum monkey-patch using RefinementsAkira Matsuda2016-12-151-2/+7
* Perfomance fix for Enumerable#index_bylvl0nax2016-05-141-1/+3
* Use original `Array#sum` to speed up calculatingyui-knk2016-05-071-4/+8
* Fix initial value effects for sum along to ruby 2.4Kenta Murata2016-04-301-5/+7
* Remove `Array#sum` method before override ityui-knk2016-04-241-0/+2
* Ruby 2.4 Array#sum: fix non-numeric #sum feature detectionJeremy Daer2016-04-191-1/+1
* Ruby 2.4: compat with new Array#sumJeremy Daer2016-04-181-0/+14
* Change Enumerable#sum to use inject(:sym) specificationT.J. Schuck2015-11-191-1/+1
* Allow Enumerable#pluck to take a splat.Kevin Deisz2015-05-291-2/+9
* Add Enumerable#pluck.Kevin Deisz2015-05-281-0/+8
* Use include? instead of in? for Enumerable#without.Juanito Fatas2015-03-021-1/+1
* Add Enumerable#withoutTodd Bealmear2015-03-011-0/+11
* Return sized enumerator from Enumerable#index_byMarc-Andre Lafortune2014-02-051-1/+1
* Return sized enumerator from Batches#find_eachMarc-Andre Lafortune2014-02-051-1/+1
* update AS/core_ext docs [ci skip]Francesco Rodriguez2012-09-121-5/+6
* Fix Range#sum optimized versionAlexey Vakhov2012-05-251-2/+6
* removing unnecessary 'examples' noise from activesupportFrancesco Rodriguez2012-05-131-2/+2
* String quotes and trailing spacesAlexey Gaziev2012-04-291-1/+1
* AS core_ext refactoring pt.2Alexey Gaziev2012-04-291-3/+6
* AS core_ext refactoringAlexey Gaziev2012-04-291-3/+6
* remove Enumerable#each_with_object againSergey Nartimov2011-12-231-21/+0
* remove conflict markerVijay Dev2011-12-231-1/+0
* Revert "Added Enumerable#pluck to wrap the common pattern of collect(&:method...Aaron Patterson2011-12-221-5/+20
* remove Enumerable#each_with_object from core_ext as it is present in ruby 1.9lest2011-12-211-21/+0
* Initial pass at removing dead 1.8.x code from Active Support.José Valim2011-12-201-37/+0
* Added Enumerable#pluck to wrap the common pattern of collect(&:method) *DHH*David Heinemeier Hansson2011-12-021-0/+7
* docs formatting changesVijay Dev2011-09-011-2/+2
* Trivial optimization for Enumerable#each_with_objectMarc-Andre Lafortune2011-07-231-2/+2
* Insure that Enumerable#index_by, group_by, ... return EnumeratorsMarc-Andre Lafortune2011-07-231-0/+3
* Make Enumerable#many? iterate only over what is necessaryMarc-Andre Lafortune2011-07-231-3/+10
* Make Enumerable#many? not rely on #sizeMarc-Andre Lafortune2011-07-231-2/+2
* #many? uses count instead of select - a bit fasterJulius Markūnas2011-07-111-1/+1
* Clarify comment by removing french reference ('a la'). Should improve readabi...Ben Orenstein2011-03-051-1/+1
* speed up index_by by removing a lolinjectAaron Patterson2010-10-011-4/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-4/+4
* edit pass to apply API guideline wrt the use of "# =>" in example codeXavier Noria2010-07-301-1/+2