aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/dependency_tracker.rb
Commit message (Expand)AuthorAgeFilesLines
* [Action View] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* [Action View] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* applies new string literal convention in actionview/libXavier Noria2016-08-061-4/+4
* sort templates after looking them up in the from the paths cacheAaron Patterson2016-02-101-4/+4
* check `supports_view_paths?` at registration timeAaron Patterson2016-02-101-7/+9
* Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-041-1/+1
* Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.Jerry D'Antonio2015-09-191-2/+2
* Add wildcard template dependencies.Kasper Timm Hansen2015-07-261-9/+29
* Fix dependency tracker bugJuho Leinonen2015-02-251-4/+15
* Fix that render layout should also be picked up by the template dependency tr...David Heinemeier Hansson2014-07-251-4/+10
* Avoid scanning multiple render calls as a single match.João Britto2014-01-091-17/+19
* Improve ERB dependency detection.João Britto2014-01-091-17/+57
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+93