aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/array_ext_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Add Array#split for dividing arrays into one or more subarrays by value or blockSam Stephenson2006-04-131-1/+22
* Implemented nested to_xml and named elements for array xmling [DHH]David Heinemeier Hansson2006-03-091-2/+10
* Fixed to_xml across the board to use nice indention, better skip_attributes w...David Heinemeier Hansson2006-03-091-6/+22
* reverted #to_sentence to use red, green, and blue styleTobias Lütke2006-03-081-2/+2
* Added Hash#to_xml and Array#to_xml that makes it much easier to produce XML f...David Heinemeier Hansson2006-03-081-1/+10
* forgot to commit the fixed test case! (yea right)Tobias Lütke2006-03-061-3/+3
* Fixed that Array#to_sentence will return "" on an empty array instead of ", a...David Heinemeier Hansson2006-03-021-0/+4
* Add Enumerable#group_by and Array#in_groups_ofMarcel Molina2006-03-011-0/+31
* Pull out Array#to_strings in favor of more general Symbol#to_proc.Marcel Molina2005-11-211-4/+0
* Add Array#to_strings which to_s's all elements in an array.Marcel Molina2005-11-201-0/+4
* Added Hash#reverse_merge, Hash#reverse_merge!, and Hash#reverse_update to eas...David Heinemeier Hansson2005-09-111-1/+9
* Added Array#to_sentence that'll turn ['one', 'two', 'three'] into 'one, two, ...David Heinemeier Hansson2005-09-111-0/+14
* Improved performance of Routes generation by a factor of 5 #1434 [Nicholas Se...David Heinemeier Hansson2005-06-241-0/+14