aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string/filters.rb
Commit message (Expand)AuthorAgeFilesLines
* Speed up String#truncateAkira Matsuda2013-07-101-1/+1
* interpolate instead of string concatVipul A M2013-04-151-1/+1
* no need for \Z, \z is more conciseXavier Noria2013-01-281-1/+1
* Improve String#squish whitespaces matchingAntoine Lyset2013-01-221-2/+5
* update AS/core_ext docs [ci skip]Francesco Rodriguez2012-09-121-3/+3
* remove unnecessary requireSergey Nartimov2012-05-281-2/+0
* Update the documentation and add CHANGELOG entryRafael Mendonça França2012-05-261-1/+1
* Revert "Merge pull request #6354 from lest/patch-1"Carlos Galdino + Rafael Mendonça França2012-05-161-0/+2
* remove unnecessary requireSergey Nartimov2012-05-161-2/+0
* remove unnecessary 'examples' noiseFrancesco Rodriguez2012-05-111-1/+0
* Tests for regexp separator in String#truncateAlexey Gaziev2012-04-291-1/+4
* String quotes and trailing spacesAlexey Gaziev2012-04-291-4/+4
* AS core_ext refactoringAlexey Gaziev2012-04-291-5/+9
* refactor String#truncate not to use mb_charsSergey Nartimov2012-01-041-6/+5
* Example descriptions and their examples were flipped. Fix.Ben Orenstein2011-03-051-3/+3
* revises the documentation of String#truncate and the truncate helperXavier Noria2010-06-021-13/+9
* Extracted String#truncate from TextHelper#truncate [DHH]David Heinemeier Hansson2010-06-011-0/+33
* Convert String conversions, filters, starts/ends_with, and multibyte extensio...Jeremy Kemper2009-03-281-23/+17
* Applied the faster squish version (closes #11123) [jordi]David Heinemeier Hansson2008-03-131-2/+4
* Add String#squish and String#squish! to remove consecutive chunks of whitespa...Michael Koziarski2008-02-161-0/+24