aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/dependency_tracker.rb
Commit message (Collapse)AuthorAgeFilesLines
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-93/+0
|
* Fix mismatching variable names when using an underscoreDrew Ulmer2013-06-041-1/+1
| | | | | | | | The ERBTracker template digest helper class was using a regex to match render calls and it was incorrectly not matching against variables with underscores in the name. This caused it to use the wrong regex match data to populate the template dependency. Because underscore is a valid character for a variable, this fixes the ERBTracker to match it properly.
* Allow numbers in partial name for digestingBryan Ricker2013-05-061-1/+1
| | | | | | | | | | Add failing test for template with number at the end Use \w for RENDER_DEPENDENCY regex Spacing Add CHANGELOG entry
* remove private attribute? warningFrancesco Rodriguez2013-02-261-1/+3
|
* Register trackers on extensions, not handlersDaniel Schierbeck2013-02-201-6/+11
|
* Rename ErbTracker to ERBTrackerDaniel Schierbeck2013-02-201-2/+2
|
* Return an empty array if no tracker is foundDaniel Schierbeck2013-02-201-2/+7
|
* Use a thread safe hashDaniel Schierbeck2013-02-201-1/+3
|
* Allow registering custom dependency trackersDaniel Schierbeck2013-02-201-1/+14
|
* Extract dependency tracking from DigestorDaniel Schierbeck2013-02-201-0/+66