aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/string_ext_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge pull request #8830 from antoinelyset/masterXavier Noria2013-01-281-3/+4
|\
| * Improve String#squish whitespaces matchingAntoine Lyset2013-01-221-3/+4
* | Use Encoding::UTF_8 constant :do_not_litter:Akira Matsuda2013-01-281-2/+2
* | Fix some wrong String extensions testsAkira Matsuda2013-01-231-7/+9
* | Test String#dasherizeAkira Matsuda2013-01-231-0/+6
|/
* Use `DateTime.parse` inside `String#to_datetime`Andrew White2013-01-211-0/+6
* Standardise the return value of `to_time`Andrew White2013-01-211-8/+39
* Better error message for String#to_dateKelly Stannard2013-01-041-0/+1
* Deprecate obsolete Time to DateTime fallback methodsAndrew White2012-12-111-1/+1
* Beef up tests for String#in_time_zone and Date#in_time_zoneAndrew White2012-12-111-18/+0
* Add String#in_time_zone methodAndrew White2012-12-111-24/+44
* &#39 dates back to SGML when &#x27 was introduced in HTML 4.0Kalys Osmonov2012-09-091-1/+1
* defines String#indent [closes #7263] [Xavier Noria & Ace Suares]Xavier Noria2012-08-071-0/+56
* html_escape should escape single quotesSantiago Pastorino2012-07-311-2/+2
* Truncate now has the ability to receive a html option that allows it to call ...Li Ellis Gallardo2012-05-261-0/+4
* Fix warning: possibly useless use of % in void contextkennyj2012-05-191-1/+1
* doesn't modify params in SafeBuffer#%Vasiliy Ermolovich2012-05-181-0/+7
* fix safe string interpolation with SafeBuffer#%, closes #6352Vasiliy Ermolovich2012-05-161-0/+24
* Tests for regexp separator in String#truncateAlexey Gaziev2012-04-291-0/+6
* use AS::TestCase as the base classAaron Patterson2012-01-051-2/+2
* deprecate String#encoding_aware? and remove its usageSergey Nartimov2011-12-241-1/+3
* Initial pass at removing dead 1.8.x code from Active Support.José Valim2011-12-201-44/+6
* Restore performance of ERB::Util.html_escapeJon Jensen2011-12-031-6/+17
* defines Module#qualified_const_(defined?|get|set) and String#deconstantizeXavier Noria2011-10-291-0/+4
* Modified String#pluralize to take an optional count parameter.Ryan Oblak2011-09-281-4/+8
* Added ActiveSupport::Inflector.safe_constantize and String#safe_constantize; ...Ryan Oblak2011-09-231-1/+22
* properly escape html to avoid invalid utf8 causing XSS attacksAaron Patterson2011-08-161-0/+7
* Removing extra requires from the test. Already loaded in abstract_unit.Arun Agrawal2011-07-311-1/+0