aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/vendor/html-scanner.rb
Commit message (Collapse)AuthorAgeFilesLines
* unshift html-scanner into $LOAD_PATH rather than appendAkira Matsuda2012-11-271-1/+1
|
* Move action_controller/vendor/html-scanner to action_viewPiotr Sarnacki2012-08-281-0/+20
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.