aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/array/grouping.rb
Commit message (Expand)AuthorAgeFilesLines
* 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