aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/array
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move #to_query methods where they ought to belong. Closes #10395 [Chu Yeow]Jeremy Kemper2007-12-091-0/+9
* to_sentence returns self[0].to_s instead of just self[0] for arrays of length...Jeremy Kemper2007-12-091-1/+1
* Fix typos (closes #10378)David Heinemeier Hansson2007-12-051-1/+1
* Fix potential extra space in Array#to_sentence. Closes #10327 [kamal]Michael Koziarski2007-12-021-6/+7
* Added Array#from and Array#to that behaves just from String#from and String#t...David Heinemeier Hansson2007-11-271-0/+28
* Clarify Array#in_groups_of implementation, don't dup unless needed, only requ...Jeremy Kemper2007-11-171-7/+20
* Standardize on using hyphens rather than colons to separate option names from...Marcel Molina2007-11-061-2/+2
* String#to_xs uses the fast_xs extension if available for Builder speedup.Jeremy Kemper2007-10-071-0/+2
* Missing file from previous patchDavid Heinemeier Hansson2007-09-151-0/+12
* Some 1.9 forward compatibilityJeremy Kemper2007-09-141-5/+7
* Added Array#extract_options! to encapsulate the pattern of getting an options...David Heinemeier Hansson2007-07-241-0/+19
* Added proper handling of arrays. Closes #8537 [hasmanyjosh]Rick Olson2007-06-211-4/+9
* revert [6924]Rick Olson2007-06-051-1/+1
* Added proper handling of arrays (closes #8537) [hasmanyjosh]David Heinemeier Hansson2007-06-011-1/+1
* Array#to_xml yields the builder just like Hash and ActiveRecord::Base. Closes...Jeremy Kemper2007-05-261-1/+4
* Fixed Array#to_xml when it contains a series of hashes (each piece would get ...David Heinemeier Hansson2006-12-031-2/+2
* Don't pad remaining places with in_groups_of if specified padding value is fa...Marcel Molina2006-09-021-2/+11
* Correct and clarify Array#to_sentence docs. Closes #5458.Jeremy Kemper2006-06-221-2/+2
* to_xml fixes, features, and speedup. Closes #4989.Jeremy Kemper2006-06-031-2/+10
* Fixed that Base.find :all, :conditions => [ "id IN (?)", collection ] would f...David Heinemeier Hansson2006-06-011-1/+1
* Oracle and others wont take a string null for an answerDavid Heinemeier Hansson2006-06-011-1/+1
* Added Array#to_s(:db) that'll produce a comma-separated list of ids [DHH] Spl...David Heinemeier Hansson2006-05-312-0/+64