aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/array/grouping.rb
Commit message (Expand)AuthorAgeFilesLines
* [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
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* Array#split refactoring for case with blocklvl0nax2016-05-061-11/+6
* Little perfomance fix for Array#split.lvl0nax2016-04-261-10/+6
* Move Array#without from Grouping to Access concern and add dedicated test (re...David Heinemeier Hansson2015-03-021-12/+0
* Add Enumerable#withoutTodd Bealmear2015-03-011-0/+12
* Raise a descriptive error if non-positive integer passed to in_groups_of.Xavier Shay2014-07-301-0/+5
* 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
* | Array#split preserving the calling arrayKD2013-11-111-2/+2
|/
* Simplify Array#in_groups_of codeAkira Matsuda2013-07-101-3/+1
* Speed up Array#splitAkira Matsuda2013-07-101-6/+20
* Use faster Array.new instead of []*paddingVipul A M2013-05-021-1/+1
* Simplify (and optimize)Marc-Andre Lafortune2012-11-161-3/+3
* Use Integer#div instead of Integer#/ to avoid side effects from mathnMarc-Andre Lafortune2012-11-161-1/+1
* update AS/core_ext docs [ci skip]Francesco Rodriguez2012-09-121-2/+2
* Update examples of Array #in_groups and #in_groups_ofAlexey Vakhov2012-05-251-10/+13
* AS core_ext refactoring pt.2Alexey Gaziev2012-04-291-4/+2
* requiring enumerator is not nessessary in ruby 1.9Sergey Nartimov2011-12-201-2/+0
* Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-1/+1
* Convert array extension modules to class reopensJeremy Kemper2009-03-211-93/+87
* Merge docrailsPratik Naik2008-09-131-6/+6
* Performance: grouping helpers should use yield instead of block as argument. ...miloops2008-07-301-5/+5
* Add in_groups to ActiveSupport::CoreExtensions::Array::Grouping. [#579 state:...Adrian Mugnolo2008-07-151-2/+45
* Improve documentation.Pratik Naik2008-04-051-8/+3
* Improve documentation.Pratik Naik2008-03-261-2/+2
* Clarify Array#in_groups_of implementation, don't dup unless needed, only requ...Jeremy Kemper2007-11-171-7/+20
* Don't pad remaining places with in_groups_of if specified padding value is fa...Marcel Molina2006-09-021-2/+11
* Added Array#to_s(:db) that'll produce a comma-separated list of ids [DHH] Spl...David Heinemeier Hansson2006-05-311-0/+46