aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string/filters.rb
Commit message (Expand)AuthorAgeFilesLines
* 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