aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string/filters.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | AS::Multibyte are no longer required by access and filters string core extensions.
* 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
| | | | | | | This reverts commit e8feaff60b9c04d34ad234f7d17b5d2ad9cc7a24, reversing changes made to 9adf28c026070afb78b80027521a4ddddd68d697. Reason: This broke the actionmailer tests
* remove unnecessary requireSergey Nartimov2012-05-161-2/+0
| | | | | - access & filters don't use multibyte ext - transliterate requires only AS::Multibyte but not multibyte ext
* remove unnecessary 'examples' noiseFrancesco Rodriguez2012-05-111-1/+0
|
* Tests for regexp separator in String#truncateAlexey Gaziev2012-04-291-1/+4
| | | | https://github.com/rails/rails/commit/5a7513593f64e0ff7e4de1ee37bac5eeddfae270
* 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 ↵Jeremy Kemper2009-03-281-23/+17
| | | | extension modules to class reopen
* Applied the faster squish version (closes #11123) [jordi]David Heinemeier Hansson2008-03-131-2/+4
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9015 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Add String#squish and String#squish! to remove consecutive chunks of ↵Michael Koziarski2008-02-161-0/+24
whitespace. Closes #11123 [jordi, Henrik N] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8878 5ecf4fe2-1ee6-0310-87b1-e25e094e27de