aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/array/conversions_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Suppress `warning: BigDecimal.new is deprecated`Yasuo Honda2017-12-151-3/+3
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Expectation firstAkira Matsuda2017-07-021-1/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Revert "Merge pull request #25811 from oss92/to_sentence_fallback_string"Rafael Mendonça França2016-11-141-6/+1
* improve error message when include assertions failMichael Grosser2016-09-161-23/+23
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-33/+33
* Added :fallback_string option to Array#to_sentenceoss922016-07-131-1/+6
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-3/+3
* Make sure Array#to_sentence always returns a StringDavid Cornu2015-03-231-0/+6
* Add missing test case for Array#to_sentence, collect all test cases for Objec...Akshay Vishnoi2014-07-291-22/+8
* Move array test files under arrayAkshay Vishnoi2014-07-291-0/+211