aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix documentation for String#mb_chars.Steve Klabnik2012-11-281-4/+1
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-11-031-2/+2
|\ \
| * | Adding a missing parenthesis in the doc of String#parameterize.Geoffrey Roguelon2012-10-241-2/+2
* | | Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-301-1/+1
|/ /
* | String.to_time documentation along examples.Adam Stankiewicz2012-09-241-1/+11
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-212-4/+3
|\ \
| * | update AS/core_ext docs [ci skip]Francesco Rodriguez2012-09-122-4/+3
* | | &#39 dates back to SGML when &#x27 was introduced in HTML 4.0Kalys Osmonov2012-09-091-1/+1
|/ /
* | Merge pull request #3578 from amatsuda/remove_j_alias_for_json_escapeRafael Mendonça França2012-08-211-7/+0
|\ \
| * | Remove j alias for ERB::Util.json_escapeAkira Matsuda2011-11-091-7/+0
* | | defines String#indent [closes #7263] [Xavier Noria & Ace Suares]Xavier Noria2012-08-071-0/+43
* | | html_escape should escape single quotesSantiago Pastorino2012-07-311-3/+3
* | | Make ActiveSupport::Inflector locale aware and multilingualDavid Celis2012-07-301-4/+18
* | | Fix doc example for dasherizeMarc-Andre Lafortune2012-06-151-1/+1
* | | remove unnecessary requireSergey Nartimov2012-05-282-4/+0
* | | Update the documentation and add CHANGELOG entryRafael Mendonça França2012-05-261-1/+1
* | | doesn't modify params in SafeBuffer#%Vasiliy Ermolovich2012-05-181-3/+1
* | | Revert "Merge pull request #6354 from lest/patch-1"Carlos Galdino + Rafael Mendonça França2012-05-162-0/+4
* | | remove unnecessary requireSergey Nartimov2012-05-162-4/+0
* | | fix safe string interpolation with SafeBuffer#%, closes #6352Vasiliy Ermolovich2012-05-161-0/+14
* | | remove backported string interpolationVasiliy Ermolovich2012-05-151-2/+0
* | | removing unnecessary 'examples' noise from activesupportFrancesco Rodriguez2012-05-131-1/+1
* | | removing trailing spacesFrancesco Rodriguez2012-05-111-3/+3
* | | added docs to String#to_datetimeFrancesco Rodriguez2012-05-111-0/+6
* | | added docs to String#to_dateFrancesco Rodriguez2012-05-111-0/+6
* | | added examples to String#exclude?Francesco Rodriguez2012-05-111-1/+6
* | | remove unnecessary 'examples' noiseFrancesco Rodriguez2012-05-113-9/+0
* | | fix String#last exampleFrancesco Rodriguez2012-05-111-1/+1
* | | fix String#last exampleFrancesco Rodriguez2012-05-111-1/+1
* | | added docs to String#lastFrancesco Rodriguez2012-05-111-0/+10
* | | improve String#first docsFrancesco Rodriguez2012-05-111-4/+3
* | | fix typo in String#firstFrancesco Rodriguez2012-05-111-1/+1
* | | added docs to String#firstFrancesco Rodriguez2012-05-111-0/+11
* | | added docs to String#fromFrancesco Rodriguez2012-05-111-0/+13
* | | improve String#to docsFrancesco Rodriguez2012-05-111-2/+2
* | | added docs to String#toFrancesco Rodriguez2012-05-111-0/+13
* | | added docs to String#atFrancesco Rodriguez2012-05-111-0/+25
* | | Tests for regexp separator in String#truncateAlexey Gaziev2012-04-291-1/+4
* | | String quotes and trailing spacesAlexey Gaziev2012-04-294-58/+58
* | | AS core_ext refactoring pt.2Alexey Gaziev2012-04-292-3/+5
* | | AS core_ext refactoringAlexey Gaziev2012-04-293-23/+44
| |/ |/|
* | Stop SafeBuffer#clone_empty from issuing warningsCarlos Antonio da Silva2012-03-021-3/+1
* | Ensure [] respects the status of the buffer.José Valim2012-02-291-12/+18
* | delete vulnerable AS::SafeBuffer#[]Akira Matsuda2012-02-201-6/+0
* | add AS::SafeBuffer#clone_emptyAkira Matsuda2012-02-201-0/+6
* | revise docs [ci skip]Vijay Dev2012-02-011-1/+1
* | Move escaping regexps to constantsCarlos Antonio da Silva2012-02-011-2/+4
* | Move escape_once logic to ERB::Util, where it belongs toCarlos Antonio da Silva2012-02-011-0/+15
* | Change ActiveRecord::Errors to ActiveModel::Errors in guidesCarlos Antonio da Silva2012-01-251-2/+2
* | refactor String#truncate not to use mb_charsSergey Nartimov2012-01-041-6/+5