aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/array
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* dasherize the root element when doing to_xmlJamis Buck2006-03-161-1/+1
* tag! is nicer than __send__David Heinemeier Hansson2006-03-101-1/+1
* Implemented nested to_xml and named elements for array xmling [DHH]David Heinemeier Hansson2006-03-091-5/+8
* Fixed to_xml across the board to use nice indention, better skip_attributes w...David Heinemeier Hansson2006-03-091-3/+8
* 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/+6
* changed default of Array#to_sentence to use one, two and three notation ( ski...Tobias Lütke2006-03-061-2/+2
* Fixed that Array#to_sentence will return "" on an empty array instead of ", a...David Heinemeier Hansson2006-03-021-0/+2
* Pull out Array#to_strings in favor of more general Symbol#to_proc.Marcel Molina2005-11-211-3/+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-6/+14
* Added Array#to_sentence that'll turn ['one', 'two', 'three'] into 'one, two, ...David Heinemeier Hansson2005-09-112-12/+22
* Improved performance of Routes generation by a factor of 5 #1434 [Nicholas Se...David Heinemeier Hansson2005-06-241-0/+12