From 1ae0085d645e8c240eacfabd9b2faeb9cbb3b2b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 1 Sep 2014 14:07:53 +0200 Subject: [PATCH] instruct to clear cache in changelog [ci skip] --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index a84195d6b..ad237f403 100644 --- a/Changelog.md +++ b/Changelog.md @@ -20,7 +20,7 @@ Rails.application.config.secret_token = '***********...' Diaspora::Application.config.secret_key_base = '*************...' ``` -You also need to take care to set `RAILS_ENV` while precompiling assets: `RAILS_ENV=production bundle exec rake assets:precompile` +You also need to take care to set `RAILS_ENV` and to clear the cache while precompiling assets: `RAILS_ENV=production bundle exec rake tmp:cache:clear assets:precompile` ## Supported Ruby versions This release drops official support for the Ruby 1.9 series. This means we will no longer test against this Ruby version or take care to choose libraries