aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string
Commit message (Expand)AuthorAgeFilesLines
* 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
* No need to override the to_yaml method in ActiveSupporte::SafeBufferRafael Mendonça França2012-01-041-5/+0
* No need to check if YAML::ENGINE is defined since ruby 1.9 does thatRafael Mendonça França2012-01-041-1/+1
* remove checks for encodings availabilitySergey Nartimov2011-12-251-88/+24
* deprecate String#encoding_aware? and remove its usageSergey Nartimov2011-12-241-1/+4
* no more need to make Time#to_date and Time#to_datetime publicSergey Nartimov2011-12-221-1/+0
* We don't need a special html_escape for 1.8 anymoreGuillermo Iguaran2011-12-211-27/+15
* remove support for ruby 1.8 in AS String extensionsSergey Nartimov2011-12-211-29/+0
* Initial pass at removing dead 1.8.x code from Active Support.José Valim2011-12-202-71/+49
* Remove duplicate html_escape docsJeremy Kemper2011-12-111-10/+1
* Use 1.9 native XML escaping to speed up html_escape and shush regexp warningsJeremy Kemper2011-12-111-15/+36
* fix nodocsVijay Dev2011-12-091-1/+1
* Restore performance of ERB::Util.html_escapeJon Jensen2011-12-031-1/+1
* fixes a typo (thanks to Alexey Vakhov)Xavier Noria2011-10-301-1/+1
* defines Module#qualified_const_(defined?|get|set) and String#deconstantizeXavier Noria2011-10-291-0/+15
* Merge pull request #3151 from zenprogrammer/pluralize_without_countJosé Valim2011-10-171-3/+14
|\
| * Modified String#pluralize to take an optional count parameter.Ryan Oblak2011-09-281-3/+14
* | ruby193: String#prepend is also unsafeAkira Matsuda2011-10-051-1/+1
* | override unsafe methods only if defined on StringAkira Matsuda2011-10-051-10/+12
|/
* remove superfluous to_s in ERB::Util.html_escapeAlexey Vakhov2011-09-241-1/+1
* Minor doc fix to String#constantizeRyan Oblak2011-09-231-3/+3
* Added ActiveSupport::Inflector.safe_constantize and String#safe_constantize; ...Ryan Oblak2011-09-231-3/+16
* fix incorrect commentVijay Dev2011-09-221-1/+1
* Proper lines numbers for stack trace infoSantiago Pastorino2011-09-161-1/+1
* revert the changes from c60995f3 - related to marking sub,gsub as unavailable...Vijay Dev2011-09-091-20/+1
* Revert removing gsub and sub from safe buffer.José Valim2011-09-081-3/+3
* this should have gone with the previous commitXavier Noria2011-09-081-4/+4
* copy-edits a couple of exception messagesXavier Noria2011-09-081-4/+4
* better method documentation on disable safe string methodsDamien Mathieu2011-09-081-6/+12
* make gsub and sub unavailable in SafeBuffers - Closes #1555Damien Mathieu2011-09-081-3/+16
* properly escape html to avoid invalid utf8 causing XSS attacksAaron Patterson2011-08-161-1/+1
* Reset @dirty to false when slicing an instance of SafeBufferBrian Cardarella2011-07-291-0/+6
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-07-241-1/+1
|\
| * Changed a few instances of of words in the API docs written in British Englis...Oemuer Oezkir2011-07-241-1/+1
* | adds a couple of missing magic comments [fixes #1374]Xavier Noria2011-07-231-0/+1
|/
* Merge pull request #1463 from psanford/masterSantiago Pastorino2011-07-061-2/+2
|\
| * Make String.to_time respect timezonesNate Mueller2011-06-021-2/+2
* | Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-07-051-8/+8
|\ \
| * | document meta methodsVijay Dev2011-07-031-8/+8
* | | all numerics should be html_safe - Closes #1935Damien Mathieu2011-07-031-1/+1