aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/array.rb
Commit message (Expand)AuthorAgeFilesLines
* Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#...Ryuta Kamizono2018-12-201-1/+0
* Add `Array#extract!`bogdanvlviv2018-08-141-0/+1
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-7/+7
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-7/+7
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-7/+7
* Revert "Remove Array#inquiry"Rafael Mendonça França2015-03-301-0/+1
* Remove Array#inquiryRafael Mendonça França2015-03-271-1/+0
* Add ActiveSupport::ArrayInquirer and Array#inquiryGeorge Claghorn2015-03-241-0/+1
* Remove deprecated Array#uniq_by and Array#uniq_by!Carlos Antonio da Silva2013-07-011-1/+0
* Keep all methods in object/deep_dupPiotr Sarnacki2012-05-061-1/+0
* Nice logic for deep_dup in railsAlexey Gaziev2012-05-061-0/+1
* remove Array#sample from core_extVasiliy Ermolovich2011-12-211-1/+0
* Added Array#prepend as an alias for Array#unshift and Array#append as an alia...David Heinemeier Hansson2011-08-151-0/+1
* Add uniq_by and uniq_by! to Array.José Valim and Mikel Lindsaar2010-01-241-0/+1
* 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