aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/array/conversions.rb
Commit message (Expand)AuthorAgeFilesLines
* Added Examples in docs for internal behavior of Array#to_formatted_s [ci skip]Ronak Jangir2015-09-191-1/+3
* Correct ArgumentError message in ActiveSupport conversions docs [ci skip]amitkumarsuroliya2015-09-181-1/+1
* Make sure Array#to_sentence always returns a StringDavid Cornu2015-03-231-1/+1
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Revert "remove unnecssary require of `to_param`, as `to_query` is already req...Rafael Mendonça França2014-06-111-0/+1
* remove unnecssary require of `to_param`, as `to_query` is already require `to...Kuldeep Aggarwal2014-06-121-1/+0
* Array#to_formatted_s does not call each element's to_s anymoreAkira Matsuda2013-07-111-17/+2
* fix broken format in Array#to_sentence [ci skip]Francesco Rodriguez2013-04-041-3/+5
* prefer american spelling of 'behavior'Gosha Arinich2013-01-071-1/+1
* Replace comments' non-breaking spaces with spacesclaudiob2012-12-041-3/+3
* Use `tag!` instead of `method_missing` in `to_xml` conversions.Nikita Afanasenko2012-11-041-3/+3
* let (array|hash)/conversions.rb load the extensions in object/to_(param|query...Xavier Noria2012-10-091-0/+2
* update AS/core_ext docs [ci skip]Francesco Rodriguez2012-09-121-3/+3
* Ensure Array#to_sentence does not modify given hashCarlos Antonio da Silva2012-06-261-8/+3
* some copy edits [ci skip]Vijay Dev2012-05-301-4/+4
* Updates Array conversions method documentations and clean upsAlvaro Pereyra2012-05-281-4/+0
* fix empty lines [ci skip]Francesco Rodriguez2012-05-281-1/+0
* Merge branch 'master' of github.com:lifo/docrailsAlvaro Pereyra2012-05-281-4/+52
|\
| * add :locale option to Array#to_sentence documentation [ci skip]Francesco Rodriguez2012-05-281-0/+27
| * add examples to Array#to_sentence [ci skip]Francesco Rodriguez2012-05-281-4/+24
* | Updates documentation with cleaner examples and texts [ci skip]Alvaro Pereyra2012-05-281-1/+14
* | Remove blank trailing commentsHenrik Hodne2012-05-201-1/+0
|/
* AS core_ext refactoring pt.2Alexey Gaziev2012-04-291-44/+50
* AS core_ext refactoringAlexey Gaziev2012-04-291-1/+1
* Fixed misleading docs for String#to_formatted_s(:db)Martin Svalin2011-10-201-3/+3
* use new AR calls in examplesVijay Dev2011-05-071-2/+2
* to_sentence should return a duplicateMatthew Mongeau2010-08-171-1/+1
* polishing commentsNeeraj Singh2010-07-261-5/+5
* Unforce builder from ASSantiago Pastorino2010-06-011-1/+1
* Unforce i18n from ASSantiago Pastorino2010-05-311-3/+9
* 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
* 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
|\