From a4c358f84c183743edec0c5d6ef113d8e1a5500f Mon Sep 17 00:00:00 2001 From: Guillermo Iguaran Date: Fri, 28 Sep 2012 15:20:17 -0500 Subject: Assets cache shouldn't be shared between different environments --- railties/lib/rails/tasks/tmp.rake | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'railties/lib/rails/tasks') diff --git a/railties/lib/rails/tasks/tmp.rake b/railties/lib/rails/tasks/tmp.rake index 0968765b4f..0bb64ced95 100644 --- a/railties/lib/rails/tasks/tmp.rake +++ b/railties/lib/rails/tasks/tmp.rake @@ -6,7 +6,9 @@ namespace :tmp do 'tmp/cache', 'tmp/sockets', 'tmp/pids', - 'tmp/cache/assets' ] + 'tmp/cache/assets/development', + 'tmp/cache/assets/test', + 'tmp/cache/assets/production' ] tmp_dirs.each { |d| directory d } -- cgit v1.2.3