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 03:35:14 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1b4b1aa725a4f44c3473ae99b36d7cededba2bea
rails
/
actionpack
/
lib
/
action_controller
/
vendor
/
html-scanner
/
html
History
Pratik Naik
0432d15164
Merge with docrails.
2008-07-16 13:01:23 +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
Add much-needed html-scanner tests. Fixed CDATA parsing bug. [Rick]
2007-02-04 20:04:40 +00:00
sanitizer.rb
Fix HTML Sanitizer to allow trailing spaces in CSS style attributes.
Closes
#10566
[wesley.moxam]
2007-12-23 21:07:20 +00: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