aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/array
Commit message (Expand)AuthorAgeFilesLines
* removes Array#random_element and backports Array#sample from Ruby 1.9, thanks...Xavier Noria2010-06-051-4/+18
* Unforce builder from ASSantiago Pastorino2010-06-011-1/+1
* Unforce i18n from ASSantiago Pastorino2010-05-311-3/+9
* Renames Array#rand -> Array#random_elementRizwan Reza2010-05-171-11/+1
* Change on Array extension from rand => random_element [#4555 state:committed]Santiago Pastorino2010-05-161-1/+11
* Move several configuration values from Hash to ActiveSupport::XmlMini, which ...José Valim2010-04-291-15/+18
* array.to_xml should be able to handle all types of data elements [#4490 state...Neeraj Singh2010-04-291-18/+13
* Made arrays of ActiveRecords, and any classes, with namespaces convert to val...mfoster2010-04-101-1/+1
* Limit Array#extract_options! to directl instances of Hash and HWIA. Add extra...wycats2010-03-271-1/+16
* Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-1/+0
* Remove deprecated behavior since 2.3.José Valim and Mikel Lindsaar2010-01-241-13/+0
* Add uniq_by and uniq_by! to Array.José Valim and Mikel Lindsaar2010-01-241-0/+17
* Merge docrailsPratik Naik2010-01-172-1/+10
* Fix the i18n dependency problemDavid Heinemeier Hansson2009-12-271-0/+1
* Ruby 1.9.2: work around Array allowing method_missing for to_aryJeremy Kemper2009-11-131-4/+3
* Consolidate Object#to_param and #to_query core extensionsJeremy Kemper2009-11-021-16/+0
* Array.wrap(struct) needs to return the wrapped structYehuda Katz2009-10-281-12/+7
* This is all that's needed in 1.8.7+Yehuda Katz2009-10-281-10/+11
* Restore split between require-time and runtime load path mungery. Simplifies ...Jeremy Kemper2009-09-241-1/+1
* Rollback AS bundler work and improve activation of vendored dependenciesJoshua Peek2009-09-131-1/+1
* Fix that Hash#to_xml and Array#to_xml shouldn't modify their options hashes [...David Burger2009-08-091-0/+1
* Merge docrailsPratik Naik2009-07-251-1/+1
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-1/+5
* Convert array extension modules to class reopensJeremy Kemper2009-03-215-346/+309
* * Introduce ActiveSupport.core_ext Integer, %w(conversions time etc)Jeremy Kemper2009-03-212-24/+18
* Force all internal calls to Array#to_sentence to use English [#2010 state:res...David Heinemeier Hansson2009-02-271-3/+2
* Deprecated warnings for :skip_last_command and :connector of to_sentence [#18...Guillermo Álvarez2009-02-221-5/+19
* Array#wrap should use #to_ary so association collections and named scopes are...Will Bryant2009-02-101-2/+7
* Introduce Array.wrap(foo) to wrap the argument in an array unless it's alread...Jeremy Kemper2009-02-061-0/+19
* Change Array#to_sentence I18n options to pass comma and space character from ...Akira Matsuda2008-12-081-9/+10
* Lazy-require builder libJeremy Kemper2008-11-231-2/+1
* Reduced the number of literal aliases to the range that has actually seen per...David Heinemeier Hansson2008-11-211-23/+3
* Fixed the option merging in Array#to_xml [#1126 state:resolved]David Heinemeier Hansson2008-10-311-1/+1
* Made i18n simple backend able to store false values (and not confuse them wit...Tarmo Tänav2008-10-091-1/+2
* Merge docrailsPratik Naik2008-10-051-9/+9
* Merge docrailsPratik Naik2008-09-131-6/+6
* Performance: grouping helpers should use yield instead of block as argument. ...miloops2008-07-301-5/+5
* Merge docrails changesPratik Naik2008-07-281-9/+11
* merge forward to current rails/masterSven Fuchs2008-07-162-4/+48
|\
| * Add in_groups to ActiveSupport::CoreExtensions::Array::Grouping. [#579 state:...Adrian Mugnolo2008-07-151-2/+45
| * Performance: minor Array#to_param and #to_query speedupsJeremy Kemper2008-06-241-2/+3
* | align with changes in i18nSven Fuchs2008-07-061-4/+1
* | remove core extensions in favor of I18n#translate and I18n#localizeSven Fuchs2008-07-021-1/+1
* | crap, an array never has a request, stupid.Sven Fuchs2008-06-221-1/+1
* | integrating I18n into RailsSven Fuchs2008-06-191-4/+10
|/
* Added Array#second through Array#tenth as aliases for Array#[1] through Array...David Heinemeier Hansson2008-06-171-0/+45
* Improve documentation coverage and markupXavier Noria2008-05-021-8/+43
* Improve documentation.Pratik Naik2008-04-055-20/+10
* Improve documentation.Pratik Naik2008-03-262-5/+58
* Added that Array#to_param calls to_param on all it's elements (closes #10473)...David Heinemeier Hansson2007-12-141-2/+2