Class Rabl::Tracker
In: lib/rabl/tracker.rb
Parent: Object

DependencyTracker for ActionView to support cache digest

Methods

call   dependencies   new  

Constants

EXTENDS_DEPENDENCY = / extends\s* # extends, followed by optional whitespace \(? # start an optional parenthesis for the extends call \s*["']([0-9a-z_\/\.]+) # the template name itself /x   Matches:
  extends "categories/show"
PARTIAL_DEPENDENCY = / partial\s* # partial, followed by optional whitespace \(? # start an optional parenthesis for the partial call \s*["']([0-9a-z_\/\.]+) # the template name itself /x   Matches:
  partial "categories/show"

Public Class methods

Public Instance methods

[Validate]