aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/array/conversions.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the i18n dependency problemDavid Heinemeier Hansson2009-12-271-0/+1
* Consolidate Object#to_param and #to_query core extensionsJeremy Kemper2009-11-021-16/+0
* 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-211-179/+167
* 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
* 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
* 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 forward to current rails/masterSven Fuchs2008-07-161-2/+3
|\
| * 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
|/
* Improve documentation coverage and markupXavier Noria2008-05-021-8/+43
* Improve documentation.Pratik Naik2008-04-051-6/+2
* Improve documentation.Pratik Naik2008-03-261-3/+56
* 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
* 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
* Some 1.9 forward compatibilityJeremy Kemper2007-09-141-5/+7
* 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
* 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-311-0/+18
* 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