aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/string_ext_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Merge pull request #28480 from mubashirhanif/add_keep_id_suffix_option_to_hum...Rafael Mendonça França2017-03-281-0/+12
|\
| * Added options hash to titleize method and keep_id_suffix option to humanizeMubashir Hanif2017-03-211-0/+12
* | Add more missing requiresAndrew White2017-02-221-0/+1
* | Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-1/+1
* | assert_equal takes expectation firstAkira Matsuda2016-12-261-9/+9
* | "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-1/+1
|/
* Remove deprecated separator argument from parameterizeAndrew White2016-11-141-16/+0
* modernizes hash syntax in activesupportXavier Noria2016-08-061-15/+15
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-62/+62
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-11/+11
* Fix tests when preserving timezonesAndrew White2016-05-051-4/+11
* Fix to_yaml test when run individuallyAndrew White2016-05-051-0/+1
* Match `String#to_time`'s behaviour to rubySiim Liiser2016-04-041-0/+1
* Fix method String#upcase_firstbogdanvlviv2016-03-311-0/+8
* Add upcase_first methodGlauco Custódio2016-02-251-0/+4
* Parameterize with options to preserve case of stringSwaathi K2015-11-071-2/+36
* Handle invalid UTF-8 strings when HTML escapingGrey Baker2015-06-081-2/+8
* Removed mocha stubbing in active_supportRonak Jangir2015-06-071-86/+92
* Merge pull request #19076 from nygrenh/truncate-words-fixRafael Mendonça França2015-02-251-0/+9
|\
| * Fix a backtracking problem in String#truncate_wordsHenrik Nygren2015-02-251-0/+9
|/
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* Remove deprecated `ActiveSupport::SafeBuffer#prepend`Rafael Mendonça França2015-01-041-10/+0
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-6/+2
* added example of squish!, remove, test case for multiple occurrence ofRishi Jain2014-11-061-0/+6
* tests, add note about the usage of a specific timezone. Closes #17448.Yves Senn2014-11-051-1/+1
* Fix broken string_ext_test due to change in timezonePrathamesh Sonpatki2014-11-051-1/+1
* Make `String#remove` and `String#remove!` accept multiple argumentsPavel Pravosud2014-10-251-2/+12
* As of Unicode 6.3, Mongolian Vowel Separator is not whitespaceMatthew Draper2014-09-151-3/+3
* Expectations firstAkira Matsuda2014-08-181-4/+4
* missing activesupport test coverageEugene Gilburg2014-07-191-0/+8
* Fix typos in string_ext_test.rb [ci skip]Jon Atack2014-07-161-4/+4
* Merge pull request #16190 from oss92/word_truncationMatthew Draper2014-07-171-0/+21
|\
| * Added truncate_words method to activesupport stringsroot2014-07-161-0/+20
|/
* Extract out with_env_tz helper method.Zuhao Wan2014-06-181-8/+4
* Fix inconsistent behavior from String#pluralizeKuldeep Aggarwal2014-04-191-0/+5
* Fix inconsistent behavior from String#first/#lastErnie Miller2014-04-181-0/+12
* Move require to actual fileCarlos Antonio da Silva2014-04-021-1/+0
* Use asert_deprecatedRafael Mendonça França2014-04-021-3/+5
* Make AS::SafeBuffer#prepend act like String#prependPavel Pravosud2014-03-311-0/+22
* fix interplay of humanize and html_escapeSean Walbran2014-02-051-0/+4
* Revert "Speedup String#to"Yves Senn2014-01-081-2/+0
* typo fix in test name. [ci skip].Yves Senn2014-01-081-1/+1
* `core_ext/string/access.rb` test what we are documenting.Yves Senn2014-01-081-50/+89
* Add +capitalize+ option to Inflector.humanizeclaudiob2013-11-061-1/+7
* Removed unused modules and classesAnupam Choudhury2013-09-101-7/+0
* Add String#remove(pattern) as a short-hand for the common pattern of String#g...David Heinemeier Hansson2013-08-131-0/+5
* Remove deprecated `String#encoding_aware?` Arun Agrawal2013-07-031-6/+0
* Adjust for daylight savings in String#to_timeAndrew White2013-04-231-2/+118
* Fixed tests for returning an instance of `Time` in the local system timezone.Paul Nikitochkin2013-03-101-5/+5