aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/array/conversions.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-6/+6
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-6/+6
* Revert "Merge pull request #25811 from oss92/to_sentence_fallback_string"Rafael Mendonça França2016-11-141-8/+2
* modernizes hash syntax in activesupportXavier Noria2016-08-061-3/+3
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-14/+14
* Added :fallback_string option to Array#to_sentenceoss922016-07-131-2/+8
* 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