aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/array.rb
Commit message (Expand)AuthorAgeFilesLines
* Convert array extension modules to class reopensJeremy Kemper2009-03-211-2/+5
* * Introduce ActiveSupport.core_ext Integer, %w(conversions time etc)Jeremy Kemper2009-03-211-15/+3
* Introduce Array.wrap(foo) to wrap the argument in an array unless it's alread...Jeremy Kemper2009-02-061-0/+2
* Added Array#from and Array#to that behaves just from String#from and String#t...David Heinemeier Hansson2007-11-271-0/+2
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-4/+4
* Added Array#rand (closes #9170) [norbert]David Heinemeier Hansson2007-09-151-2/+4
* Added Array#extract_options! to encapsulate the pattern of getting an options...David Heinemeier Hansson2007-07-241-0/+2
* Added Array#to_s(:db) that'll produce a comma-separated list of ids [DHH] Spl...David Heinemeier Hansson2006-05-311-39/+2
* Make Array#in_groups_of just return the grouped collection if a block isn't g...Marcel Molina2006-05-171-1/+5
* Add Array#split for dividing arrays into one or more subarrays by value or blockSam Stephenson2006-04-131-0/+19
* Add Enumerable#group_by and Array#in_groups_ofMarcel Molina2006-03-011-0/+16
* Added Array#to_sentence that'll turn ['one', 'two', 'three'] into 'one, two, ...David Heinemeier Hansson2005-09-111-2/+2
* Improved performance of Routes generation by a factor of 5 #1434 [Nicholas Se...David Heinemeier Hansson2005-06-241-0/+5