aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/array_ext_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix that Hash#to_xml and Array#to_xml shouldn't modify their options hashes [...David Burger2009-08-091-0/+7
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+3
* Explicit BigDecimal extension dependencyJeremy Kemper2009-03-291-1/+1
* Explicit test dependenciesJeremy Kemper2009-03-291-0/+1
* Deprecated warnings for :skip_last_command and :connector of to_sentence [#18...Guillermo Álvarez2009-02-221-0/+18
* Array#wrap should use #to_ary so association collections and named scopes are...Will Bryant2009-02-101-0/+10
* Introduce Array.wrap(foo) to wrap the argument in an array unless it's alread...Jeremy Kemper2009-02-061-0/+24
* Change Array#to_sentence I18n options to pass comma and space character from ...Akira Matsuda2008-12-081-9/+10
* Require mocha >= 0.9.0 for AS testsJeremy Kemper2008-11-221-9/+7
* Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting...David Heinemeier Hansson2008-11-221-1/+1
* Reduced the number of literal aliases to the range that has actually seen per...David Heinemeier Hansson2008-11-211-6/+2
* Add in_groups to ActiveSupport::CoreExtensions::Array::Grouping. [#579 state:...Adrian Mugnolo2008-07-151-4/+46
* Added Array#second through Array#tenth as aliases for Array#[1] through Array...David Heinemeier Hansson2008-06-171-0/+14
* Fixed ambiguous first argument warning in ArrayExtTest.Joshua Peek2008-06-031-14/+12
* Added tests [#279 state:resolved] (Nicholas Schlueter)David Heinemeier Hansson2008-06-021-0/+5
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Added that Array#to_param calls to_param on all it's elements (closes #10473)...David Heinemeier Hansson2007-12-141-0/+10
* to_sentence returns self[0].to_s instead of just self[0] for arrays of length...Jeremy Kemper2007-12-091-1/+3
* Fix potential extra space in Array#to_sentence. Closes #10327 [kamal]Michael Koziarski2007-12-021-0/+6
* Added Array#from and Array#to that behaves just from String#from and String#t...David Heinemeier Hansson2007-11-271-0/+14
* Added Array#rand (closes #9170) [norbert]David Heinemeier Hansson2007-09-151-0/+16
* Some 1.9 forward compatibilityJeremy Kemper2007-09-141-4/+4
* Added Array#extract_options! to encapsulate the pattern of getting an options...David Heinemeier Hansson2007-07-241-0/+9
* 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