This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-02-05 11:45:13 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c70b993a9e01547de88417cb8fa95b48acbed2db
rails
/
actionpack
/
lib
/
action_controller
/
vendor
/
html-scanner
/
html
History
David Heinemeier Hansson
a358d87e16
Fixed the sanitize helper to avoid double escaping already properly escaped entities [
#683
state:committed]
2008-11-06 13:02:32 +01:00
..
document.rb
Patched HTML::Document#initialize call to Node.parse so that it includes the strict argument. [
#330
]
2008-06-24 23:11:35 -07:00
node.rb
Fix incorrect closing CDATA delimiter. Add tests for CDATA nodes.
2008-10-23 19:16:26 -07:00
sanitizer.rb
Fixed the sanitize helper to avoid double escaping already properly escaped entities [
#683
state:committed]
2008-11-06 13:02:32 +01:00
selector.rb
Merge with docrails.
2008-07-16 13:01:23 +01:00
tokenizer.rb
Fixed HTML::Tokenizer (used in sanitize helper) didnt handle unclosed CDATA tags (
closes
#10071
) [esad, packagethief]
2008-03-28 19:45:32 +00:00
version.rb
Allow assert_tag(:conditions) to match the empty string when a tag has no children.
Closes
#2959
. [Jamis Buck]
2005-11-21 21:02:10 +00:00