aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string/output_safety.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Fix safe buffer by adding a dirty status.José Valim2011-06-161-12/+24
* Define ActiveSupport#to_param as to_str - closes #1663Andrew White2011-06-121-0/+4
* ensuring that json_escape returns html safe strings when passed an html safe ...Aaron Patterson2011-06-091-1/+2
* Prefer 'each' over 'for in' syntax.Sebastian Martinez2011-06-071-1/+1
* Ensure that the strings returned by SafeBuffer#gsub and friends aren't consid...Michael Koziarski2011-06-071-0/+13
* Revert "Merge pull request #275 from pk-amooma/master"José Valim2011-05-071-2/+2
* for escaping HTML can be treated as normal XMLPhilipp Kempgen (Amooma)2011-04-141-2/+2
* properly escape "'" to "'" for XML/HTML (BTW Erubis does that as well)Philipp Kempgen (Amooma)2011-04-141-2/+2
* s/ERb/ERB/gAkira Matsuda2011-04-031-1/+1
* Active Support typos.R.T. Lechow2011-03-051-1/+1
* Removed Array#safe_join in AS core_ext and moved it to a view helper with the...Josh Kalderimis2011-02-101-31/+0
* Revert "Removed Array#safe_join in AS core_ext and moved it to a view helper ...José Valim2011-02-101-0/+31
* Removed Array#safe_join in AS core_ext and moved it to a view helper with the...Josh Kalderimis2011-02-101-31/+0
* Corrected the html_safe implementation for Array. Moved the html safe version...Josh Kalderimis2011-02-101-7/+22
* Initial html_safe implemention for ArrayPaul Hieromnimon2011-02-101-0/+16
* make sure we play nicely when syck is activatedAaron Patterson2011-01-281-5/+8
* Psych correctly gets visitor for SafeBuffer from superclassbrainopia2011-01-281-2/+5
* applies API conventions to the RDoc of json_encodeXavier Noria2010-11-201-10/+12
* Make safe_append= live on AV::OutputBuffer not AS::SafeBufferMichael Koziarski2010-11-081-1/+0
* Added support for Erubis <%== tagJan Maurits Faber2010-11-081-0/+1
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2010-10-191-0/+6
|\
| * json_escape makes json invalid doc change [#1485 state:resolved]Neeraj Singh2010-10-161-0/+6
* | explains why ERB::Util#h is removed before being re-aliasedXavier Noria2010-10-181-0/+1
|/
* moves Object#singleton_class to Kernel#singleton_class to match Ruby also the...Xavier Noria2010-04-051-1/+1
* Require AS singleton_class code in AS output_safetysnusnu2010-03-171-1/+2
* Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...wycats2010-03-171-2/+4
* to_str works hereJeremy Kemper2010-03-151-5/+1
* Be sure to pass through args to to_yamlJeremy Kemper2010-03-111-2/+2
* Write strings to fragment cache, not outputbuffersJeremy Kemper2010-03-111-1/+5
* OutputBuffer#to_yaml should return string yaml, not some custom class dumpJeremy Kemper2010-03-111-0/+4
* Making SafeBuffer << an alias for concat methodSantiago Pastorino2010-02-051-5/+2
* For performance reasons, you can no longer call html_safe! on Strings. Instea...Yehuda Katz2010-01-311-21/+85
* String#<< should work for any object which responds to :to_str, so enable thi...José Valim2009-12-261-0/+12
* Simplify and improve the performance of output_safetyYehuda Katz2009-12-241-22/+6
* Instead of marking raw text in templates as safe, and then putting them throu...Yehuda Katz2009-12-241-0/+1
* Remove concat before overriding itJoshua Peek2009-12-011-6/+7
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-0/+43