From 502d5e24e28b3634910495d0fb71cb20b1426aee Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 29 Aug 2012 14:23:15 -0500 Subject: Add automatic template digests to all CacheHelper#cache calls (originally spiked in the cache_digests plugin) *DHH* --- actionpack/test/fixtures/digestor/comments/_comment.html.erb | 1 + actionpack/test/fixtures/digestor/comments/_comments.html.erb | 1 + 2 files changed, 2 insertions(+) create mode 100644 actionpack/test/fixtures/digestor/comments/_comment.html.erb create mode 100644 actionpack/test/fixtures/digestor/comments/_comments.html.erb (limited to 'actionpack/test/fixtures/digestor/comments') diff --git a/actionpack/test/fixtures/digestor/comments/_comment.html.erb b/actionpack/test/fixtures/digestor/comments/_comment.html.erb new file mode 100644 index 0000000000..f172e749da --- /dev/null +++ b/actionpack/test/fixtures/digestor/comments/_comment.html.erb @@ -0,0 +1 @@ +Great story, bro! diff --git a/actionpack/test/fixtures/digestor/comments/_comments.html.erb b/actionpack/test/fixtures/digestor/comments/_comments.html.erb new file mode 100644 index 0000000000..c28646a283 --- /dev/null +++ b/actionpack/test/fixtures/digestor/comments/_comments.html.erb @@ -0,0 +1 @@ +<%= render partial: "comments/comment", collection: commentable.comments %> -- cgit v1.2.3