This project is archived and is in readonly mode.
[PATCH] Fixed html_safe test cases which weren't testing correctly
Reported by Jose Ignacio Costa | February 3rd, 2010 @ 09:58 PM
It appears as if some test where not testing correctly the
html_safe method.
They where calling @string.html_safe and using then the @string as
safe when it remains unsafe though it returned a safe buffer.
Comments and changes to this ticket
-
Santiago Pastorino February 3rd, 2010 @ 10:05 PM
- Tag changed from active_support core_ext, patch, test to active_support core_ext, 3.0pre, patch, test
-
Santiago Pastorino February 4th, 2010 @ 11:58 AM
- Assigned user set to Yehuda Katz (wycats)
-
Repository February 5th, 2010 @ 09:26 PM
- State changed from new to committed
(from [293c53ab3e3795cf0837c0b9225d64b3d906b8aa]) Fixed html_safe test cases which weren't testing correctly
[#3845 state:committed]
Signed-off-by: Jeremy Kemper jeremy@bitsweat.net
http://github.com/rails/rails/commit/293c53ab3e3795cf0837c0b9225d64...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Referenced by
- 3845 [PATCH] Fixed html_safe test cases which weren't testing correctly [#3845 state:committed]