aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/array_ext_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Move array test files under arrayAkshay Vishnoi2014-07-291-482/+0
* Merge pull request #15276 from kuldeepaggarwal/fix-array-toRafael Mendonça França2014-05-231-0/+2
|\
| * revert 96525d63Kuldeep Aggarwal2014-05-231-0/+2
* | add test cases for negative position in Array#fromKuldeep Aggarwal2014-05-231-0/+2
|/
* Update require in `array_ext_test.rb`wendi2014-05-131-3/+2
* Update and add tests in array_ext_test.rbwendi2014-05-131-2/+30
* Array#split preserving the calling arrayKD2013-11-111-6/+12
* Remove deprecated Array#uniq_by and Array#uniq_by!Carlos Antonio da Silva2013-07-011-30/+0
* add test-case for `Array#to_sentence with blank items.Yves Senn2013-05-261-0/+4
* Use Integer#div instead of Integer#/ to avoid side effects from mathnMarc-Andre Lafortune2012-11-161-0/+8
* Revert "remove unnecessary object/conversions file"Xavier Noria2012-10-161-0/+1
* remove unnecessary object/conversions fileNihad Abbasov2012-10-021-1/+0
* Ensure Array#to_sentence does not modify given hashCarlos Antonio da Silva2012-06-261-0/+6
* use AS::TestCase as the base classAaron Patterson2012-01-051-11/+11
* deprecate Array#uniq_by and Array#uniq_by! in favor of Array#uniq and Array#u...Vasiliy Ermolovich2011-12-221-6/+14
* remove Array#sample from core_extVasiliy Ermolovich2011-12-211-28/+0
* Remove trailing whitespaceDaniel Schierbeck2011-08-231-2/+2
* Added Array#prepend as an alias for Array#unshift and Array#append as an alia...David Heinemeier Hansson2011-08-151-0/+10
* Array.wrap should follow Kernel#Array semantics when the object's to_ary is n...Jon Leighton2011-06-301-2/+3
* fixing Array#from to return consistent resultsJared McFarland2011-04-261-1/+1
* to_sentence should return a duplicateMatthew Mongeau2010-08-171-0/+5
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-6/+6
* adds test coverage for edge-cases of Array.wrap, and better documentation for...Xavier Noria2010-07-281-0/+20
* removes Array#random_element and backports Array#sample from Ruby 1.9, thanks...Xavier Noria2010-06-051-7/+23
* Renames Array#rand -> Array#random_elementRizwan Reza2010-05-171-4/+0
* Change on Array extension from rand => random_element [#4555 state:committed]Santiago Pastorino2010-05-161-4/+8
* array.to_xml should be able to handle all types of data elements [#4490 state...Neeraj Singh2010-04-291-5/+5
* Limit Array#extract_options! to directl instances of Hash and HWIA. Add extra...wycats2010-03-271-0/+34
* no more interpreted as grouped expression warnings on array_ext_testSantiago Pastorino2010-02-261-2/+2
* Remove deprecated behavior since 2.3.José Valim and Mikel Lindsaar2010-01-241-17/+1
* Add uniq_by and uniq_by! to Array.José Valim and Mikel Lindsaar2010-01-241-3/+23
* Test that Array.wrap works with proxy objects and structsJeremy Kemper2009-11-131-0/+20
* 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