instruct to clear cache in changelog [ci skip]

This commit is contained in:
Jonne Haß 2014-09-01 14:07:53 +02:00
parent f3ad3c93a3
commit 1ae0085d64

View file

@ -20,7 +20,7 @@ Rails.application.config.secret_token = '***********...'
Diaspora::Application.config.secret_key_base = '*************...' 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 ## 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 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