aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/erb_util_test.rb
Commit message (Expand)AuthorAgeFilesLines
* removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-1/+1
* load active_support/core_ext/object/inclusion in active_support/railsXavier Noria2012-08-021-1/+0
* html_escape should escape single quotesSantiago Pastorino2012-07-311-6/+6
* Move escape_once logic to ERB::Util, where it belongs toCarlos Antonio da Silva2012-02-011-0/+14
* AP tests should inherit from AS::TestCaseAaron Patterson2012-01-051-1/+1
* ensuring that json_escape returns html safe strings when passed an html safe ...Aaron Patterson2011-06-091-0/+10
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-1/+2
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* fisting codes so it will parse [#4430 state:resolved]Aaron Patterson2010-04-171-2/+2
* For performance reasons, you can no longer call html_safe! on Strings. Instea...Yehuda Katz2010-01-311-1/+1
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-0/+12
* ActionPack components should no longer have undeclared dependencies.Yehuda Katz + Carl Lerche2009-06-081-1/+1
* add json_escape ERB util to escape html entities in json strings that are out...Rick Olson2008-04-081-13/+9
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-29/+1
* Add tests for html_escape, and remove an unneeded backslash (closes #10511) [...David Heinemeier Hansson2007-12-161-0/+56