-
intrip authored
Calling ```ruby ActionView::DependencyTracker::ERBTracker#add_static_dependency( [] "test/\#{bucket.bucketable_name.pluralize}/status/show" "\"") ``` Will loop indefinitely. Fixes it by parsing only template strings with a trailing template interpolation. Co-authored-by: Hartley McGuire @skipkayhil
intrip authoredCalling ```ruby ActionView::DependencyTracker::ERBTracker#add_static_dependency( [] "test/\#{bucket.bucketable_name.pluralize}/status/show" "\"") ``` Will loop indefinitely. Fixes it by parsing only template strings with a trailing template interpolation. Co-authored-by: Hartley McGuire @skipkayhil
Loading