aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/vendor/html-scanner
Commit message (Collapse)AuthorAgeFilesLines
* Hash Syntax to 1.9 related changesAvnerCohen2012-10-291-12/+12
|
* Closed unclosed <tt>, working on a complete solution for docrails, but ↵AvnerCohen2012-10-081-1/+1
| | | | testing push process first
* Move action_controller/vendor/html-scanner to action_viewPiotr Sarnacki2012-08-286-0/+1736
This is another step in moving Action View's dependencies in Action Pack to Action View itself. Also, HtmlScanner seems to be better suited for views rather than controllers.