aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/array_ext_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Added proper handling of arrays. Closes #8537 [hasmanyjosh]Rick Olson2007-06-211-2/+2
* revert [6924]Rick Olson2007-06-051-2/+2
* Added proper handling of arrays (closes #8537) [hasmanyjosh]David Heinemeier Hansson2007-06-011-2/+2
* Array#to_xml yields the builder just like Hash and ActiveRecord::Base. Closes...Jeremy Kemper2007-05-261-0/+11
* Use XSD-compatible type names for Hash#to_xml and make the converters extenda...David Heinemeier Hansson2007-04-211-1/+1
* Silence warnings; use more precise assertions.Jeremy Kemper2006-12-161-2/+2
* Fix remove_constant to correctly handle constant names of the form "::A::..."...Nicholas Seckar2006-12-091-1/+1
* Fixed Array#to_xml when it contains a series of hashes (each piece would get ...David Heinemeier Hansson2006-12-031-0/+10
* Hash#to_xml supports Bignum and BigDecimal. Closes #6313.Jeremy Kemper2006-09-291-7/+11
* Don't pad remaining places with in_groups_of if specified padding value is fa...Marcel Molina2006-09-021-1/+11
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-081-15/+14
* to_xml fixes, features, and speedup. Closes #4989.Jeremy Kemper2006-06-031-0/+20
* Added Array#to_s(:db) that'll produce a comma-separated list of ids [DHH] Spl...David Heinemeier Hansson2006-05-311-1/+14
* Make Array#in_groups_of just return the grouped collection if a block isn't g...Marcel Molina2006-05-171-1/+2
* 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