class
ActionView::DependencyTracker::ERBTracker
v4.0.2 -
Show latest stable
- Superclass: Object
No documentation available for this class.
Constants
EXPLICIT_DEPENDENCY = /# Template Dependency: (\\S+)/
RENDER_DEPENDENCY = /\nrender\\s* # render, followed by optional whitespace\n\\(? # start an optional parenthesis for the render call\n(partial:|:partial\\s+=>)?\\s* # naming the partial, used with collection -- 1st capture\n([@a-z"'][@\\w\\/\\."']+) # the template name itself -- 2nd capture\n/x
Attributes
| [R] | name |
| [R] | template |
Files
- actionpack/lib/action_view/dependency_tracker.rb